1
0
mirror of https://github.com/samoshkin/tmux-config.git synced 2026-01-03 08:18:02 +00:00

Remove .gitmodules file

This commit is contained in:
Alexey Samoshkin
2017-11-23 00:13:09 +02:00
parent e0d121e8a6
commit e42a2d3ffc
2 changed files with 0 additions and 2 deletions

0
.gitmodules vendored
View File

View File

@@ -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;