- .bash_root - bash profile for root account
- .bash_color - colorized prompt
- .bash_git - Git prompt
- .bash_svn - SVN prompt
- .screenrc - configuration for GNU Screen
- Vim:
- .vimrc - base Vim config
- .vim - plugins etc.
- LXDE:
- .config/lxsession
- .config/lxpanel
- .config/openbox
- .config/lxterminal
simply add to your .bashrc:
. .bash_colors
git-2.20+ (tested)
.bash_colors to be enabled (see above)
on MacOS:
brew upgrade git
add to .bashrc following:
unset PROMPT_COMMAND export -n PROMPT_COMMAND export PS1 PS1_SHORT GIT_CACHE_TTL=1 HOSTMANE_COLOR=${Cyan} SEPARATOR_COLOR=${Purple} . ~/.bash_git export PROMPT_COMMAND=whats_my_git
- .bash_colors
- .bash_git
run setup script:
$ ./setup.sh
this will:
create all the symlinks
add entry to .bashrc:
. ~/.bash_autoprompt
NOTE order of execution is important at the moment!