From 96739bdc7694b74bf4634e5dd72f4b7efa2f5900 Mon Sep 17 00:00:00 2001 From: rkiel Date: Wed, 8 Nov 2017 22:59:55 -0500 Subject: [PATCH] installer: install script --- install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 install diff --git a/install b/install new file mode 100755 index 0000000..02eb74c --- /dev/null +++ b/install @@ -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 +