Skip to content

Commit

Permalink
Remove .gitmodules file
Browse files Browse the repository at this point in the history
  • Loading branch information
samoshkin committed Nov 22, 2017
1 parent e0d121e commit e42a2d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file removed .gitmodules
Empty file.
2 changes: 0 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ if [ -e "$HOME/.tmux.conf" ]; then
printf "Found existing .tmux.conf in your \$HOME directory. Will create a backup at $HOME/.tmux.conf.bak\n"
fi

git submodule init;

rsync -aq ./tmux/ "$HOME"/.tmux

ln -sf --backup --suffix=.bak .tmux/tmux.conf "$HOME"/.tmux.conf;
Expand Down

0 comments on commit e42a2d3

Please sign in to comment.