diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 00:08:06 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 00:08:06 +0200 |
| commit | e761d06391e4ca35538b43d2231e1772c80743a0 (patch) | |
| tree | 06898e986c3fb7a6db023f47b2e9eff4031d15c8 /symlink.sh | |
| parent | c2c1944b95d8c2f552040c017eb0e8222c582b2e (diff) | |
| download | dotfiles-e761d06391e4ca35538b43d2231e1772c80743a0.tar.gz | |
Renamed update.sh to symlink.sh
Diffstat (limited to 'symlink.sh')
| -rw-r--r-- | symlink.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/symlink.sh b/symlink.sh new file mode 100644 index 0000000..82da5bd --- /dev/null +++ b/symlink.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 | |||
