installer: install script

This commit is contained in:
rkiel
2017-11-08 22:59:55 -05:00
parent b09accebd0
commit 96739bdc76

15
install Executable file
View File

@@ -0,0 +1,15 @@
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 PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0;32m\]$(__git_ps1 " %s")\[\e[0m\]]\$ '" >> ~/.bash_profile
echo 'export FEATURE_USER=rkiel' >> ~/.bash_profile
echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc' >> .bashrc