diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 2 insertions, 14 deletions
| @@ -1,21 +1,9 @@ | |||
| 1 |  | 1 |  |
| 2 | 2 | ||
| 3 | Clone the repo first... | ||
| 4 | |||
| 5 | ```sh | 3 | ```sh |
| 6 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles | 4 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles |
| 7 | ``` | ||
| 8 | 5 | ||
| 9 | Then create symbolic links to actual config files. | 6 | # Create symbolic links to actual config files. |
| 10 | 7 | bash update.sh | |
| 11 | ```sh | ||
| 12 | ln -s ~/.dotfiles/alacritty.yml ~/.alacritty.yml | ||
| 13 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | ||
| 14 | ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml | ||
| 15 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf | ||
| 16 | ln -s ~/.dotfiles/vimrc ~/.vimrc | ||
| 17 | ln -s ~/.dotfiles/newsboat ~/.newsboat/config | ||
| 18 | ln -s ~/.dotfiles/urls ~/.newsboat/urls | ||
| 19 | ln -s ~/.dotfiles/gf2_config.ini ~/.config/gf2_config.ini | ||
| 20 | ``` | 8 | ``` |
| 21 | 9 | ||
