diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-06-03 22:46:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-06-03 22:46:36 +0900 |
| commit | ae085f4db41fa36744f1776c2a4b7c5870fe4c6a (patch) | |
| tree | ff2fd0d69a013ef281f785f7793cfe9c43ac7ea1 /setup.sh | |
| parent | d1c915668aa36c431bcd07ecc178b1461579996c (diff) | |
| download | dotfiles-ae085f4db41fa36744f1776c2a4b7c5870fe4c6a.tar.gz dotfiles-ae085f4db41fa36744f1776c2a4b7c5870fe4c6a.tar.zst dotfiles-ae085f4db41fa36744f1776c2a4b7c5870fe4c6a.zip | |
Add .tmux.conf
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash -for name in .gitconfig .vim .vimrc .zshrc; do +for name in .gitconfig .tmux.conf .vim .vimrc .zshrc; do if [ ! -L ~/$name ]; then ln -s -f ~/dotfiles/$name ~/$name fi |
