From e42a2d3ffca421e1f41ee710380f58c8d6f85425 Mon Sep 17 00:00:00 2001 From: Alexey Samoshkin Date: Thu, 23 Nov 2017 00:13:09 +0200 Subject: [PATCH] Remove .gitmodules file --- .gitmodules | 0 install.sh | 2 -- 2 files changed, 2 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/install.sh b/install.sh index a03f3dd..17c848d 100755 --- a/install.sh +++ b/install.sh @@ -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;