diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 00:05:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 00:05:03 +0200 |
| commit | c2c1944b95d8c2f552040c017eb0e8222c582b2e (patch) | |
| tree | 065a0e45351b55e4d73ad890d2d5984e0642051f /README.md | |
| parent | 80df573f1cdd47ae2eb8a4dca5e70cfe8419019b (diff) | |
| download | dotfiles-c2c1944b95d8c2f552040c017eb0e8222c582b2e.tar.gz | |
Cleanup and added script that creates symlinks
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 | ||
