installer: refactor install

This commit is contained in:
rkiel
2017-11-09 09:43:22 -05:00
parent 6c83679f45
commit 8ab709a43e
4 changed files with 104 additions and 32 deletions

13
setup Executable file
View File

@@ -0,0 +1,13 @@
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