diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -9,7 +9,8 @@ git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles | |||
| 9 | Then create symbolic links to actual config files. | 9 | Then create symbolic links to actual config files. |
| 10 | 10 | ||
| 11 | ```sh | 11 | ```sh |
| 12 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | ||
| 12 | ln -s ~/.dotfiles/emacs.el ~/.config/emacs/init.el | 13 | ln -s ~/.dotfiles/emacs.el ~/.config/emacs/init.el |
| 14 | ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml | ||
| 13 | ln -s ~/.dotfiles/vimrc ~/.vimrc | 15 | ln -s ~/.dotfiles/vimrc ~/.vimrc |
| 14 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | ||
| 15 | ``` | 16 | ``` |
