diff options
author | EuAndreh <eu@euandre.org> | 2018-05-05 19:50:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-05-05 19:50:22 -0300 |
commit | dbf02e62db35a6f365e63b3869d82dfe20a9cfac (patch) | |
tree | 50816dd9600c8bb65a8192bd5b20a5b08f3f905b /bash | |
parent | Add borg files (diff) | |
download | dotfiles-dbf02e62db35a6f365e63b3869d82dfe20a9cfac.tar.gz dotfiles-dbf02e62db35a6f365e63b3869d82dfe20a9cfac.tar.xz |
Add custom copying commands for macOSxGNU/Linux
Diffstat (limited to 'bash')
-rw-r--r-- | bash/symlinks.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index 933bb69..38a1284 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -29,6 +29,8 @@ ln -fs $DOTFILES/encrypted/aws/credentials ~/.aws/credentials ln -fs $DOTFILES/Xmodmap.conf ~/.Xmodmap ln -fs $DOTFILES/tmux/tmux.conf ~/.tmux.conf +ln -fs $DOTFILES/tmux/tmux-macos.conf ~/.tmux-macos.conf +ln -fs $DOTFILES/tmux/tmux-gnu-linux.conf ~/.tmux-gnu-linux.conf ## xmonad mkdir -p ~/.xmonad |