aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index ce1048f..500c864 100755
--- a/install.sh
+++ b/install.sh
@@ -68,6 +68,7 @@ for i in "$@"; do
tmux) TMUX_INST=1; NOT_ALL=1;;
zathura) ZATHURA=1; NOT_ALL=1;;
zsh) ZSH=1; NOT_ALL=1;;
+ git) GIT=1; NOT_ALL=1;;
*)
print_help
@@ -76,6 +77,11 @@ for i in "$@"; do
esac
done
+if [[ ! -z $GIT ]] || [[ -z $NOT_ALL ]]; then
+ echo "Installing git config..."
+ ln_configs git/.gitconfig ~/.gitconfig
+fi
+
if [[ ! -z $EMACS ]] || [[ -z $NOT_ALL ]]; then
echo "Installing emacs config..."
mk ~/.emacs.d