diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | symlink.sh | 8 |
2 files changed, 9 insertions, 1 deletions
| @@ -4,6 +4,6 @@ | |||
| 4 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles | 4 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles |
| 5 | 5 | ||
| 6 | # Create symbolic links to actual config files. | 6 | # Create symbolic links to actual config files. |
| 7 | bash symlink.sh | 7 | sh symlink.sh |
| 8 | ``` | 8 | ``` |
| 9 | 9 | ||
| @@ -1,3 +1,11 @@ | |||
| 1 | #!/usr/bin/env sh | ||
| 2 | |||
| 3 | set -x | ||
| 4 | |||
| 5 | mkdir -p ~/.config/i3 | ||
| 6 | mkdir -p ~/.config/i3status/ | ||
| 7 | mkdir -p ~/.newsboat | ||
| 8 | |||
| 1 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | 9 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh |
| 2 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf | 10 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf |
| 3 | ln -s ~/.dotfiles/vimrc ~/.vimrc | 11 | ln -s ~/.dotfiles/vimrc ~/.vimrc |
