Prepaing insall scripts

Creating description and installation scripts
This commit is contained in:
Martin Blazik
2020-08-11 21:39:52 +02:00
commit fd7e36a457
8 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# https://github.com/magicmonty/bash-git-prompt
git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
# ~/.bashrc
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
GIT_PROMPT_ONLY_IN_REPO=1
source $HOME/.bash-git-prompt/gitprompt.sh
fi