From af91a01f8f566ae468c6ad635564804ce234d74f Mon Sep 17 00:00:00 2001 From: rkiel Date: Thu, 9 Nov 2017 09:43:34 -0500 Subject: [PATCH] installer: refactor install --- setup | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 setup diff --git a/setup b/setup deleted file mode 100755 index 4d1beb1..0000000 --- a/setup +++ /dev/null @@ -1,13 +0,0 @@ - -echo 'export GIT_UTILITIES_BIN="~/GitHub/rkiel/git-utilities/bin"' >> ~/.bash_profile - -echo 'export PATH=${GIT_UTILITIES_BIN}:$PATH' >> ~/.bash_profile - -echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/git-completion.bash' >> ~/.bash_profile - -echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/git-prompt.sh' >> ~/.bash_profile - -echo "export FEATURE_USER=$1" >> ~/.bash_profile - -echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc' >> ~/.bashrc -