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 /update.sh | |
| parent | 80df573f1cdd47ae2eb8a4dca5e70cfe8419019b (diff) | |
| download | dotfiles-c2c1944b95d8c2f552040c017eb0e8222c582b2e.tar.gz | |
Cleanup and added script that creates symlinks
Diffstat (limited to 'update.sh')
| -rw-r--r-- | update.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..82da5bd --- /dev/null +++ b/update.sh | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | ||
| 2 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf | ||
| 3 | ln -s ~/.dotfiles/vimrc ~/.vimrc | ||
| 4 | ln -s ~/.dotfiles/newsboat ~/.newsboat/config | ||
| 5 | ln -s ~/.dotfiles/urls ~/.newsboat/urls | ||
| 6 | |||
