From fc564b8917431d9df9db62766552b857d64d8085 Mon Sep 17 00:00:00 2001 From: flipsidecreations Date: Mon, 26 Mar 2018 09:46:22 -0400 Subject: [PATCH] updated installer --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e18db60..f075217 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,8 @@ rm ~/.vimrc rm ~/.screenrc rm ~/.tmux.conf ln -s dotfiles/.bashrc ~/ +ln -s dotfiles/.bash_aliases ~/ +ln -s dotfiles/.bash_exports ~/ ln -s dotfiles/.vimrc ~/ ln -s dotfiles/.screenrc ~/ ln -s dotfiles/.tmux.conf ~/ -