installer: install script
This commit is contained in:
15
install
Executable file
15
install
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user