Skip to content

Commit

Permalink
Removed tmux from dotfiles symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Snow committed Aug 10, 2018
1 parent 5306350 commit 6f67433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Expand Up @@ -30,13 +30,13 @@ params="-sf"
curl -fLo $script_home/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

git clone https://github.com/gpakosz/.tmux.git .tmux
git clone https://github.com/gpakosz/.tmux .tmux
mv .tmux/.tmux.conf ~/.tmux.conf
tmux source-file ~/.tmux.conf
rm -rf .tmux

# Create symlinks to all files and folders
for i in .vimrc .dircolors .tmux.conf .vim .bashrc .inputrc
for i in .vimrc .dircolors .vim .bashrc .inputrc
do
ln $params $script_home/$i $HOME/$i
done
Expand Down

0 comments on commit 6f67433

Please sign in to comment.