Small helper project which stores some config-files that I would like to have on every machine that I work on.
sudo apt-get install git
git clone https://github.com/centic9/config.git
cd config
./install.sh
This will add some links so that e.g. .bashrc
loads additional aliases and other definitions that I found useful.
git config --global alias.br branch
Liquidprompt provides an adaptive prompt, see https://github.com/nojhan/liquidprompt
Install it manually via:
cd
git clone https://github.com/nojhan/liquidprompt.git
echo "# Only load Liquid Prompt in interactive shells, not from a script or from scp" >> ~/.bashrc
echo "[[ $- = *i* ]] && source ~/liquidprompt/liquidprompt" >> ~/.bashrc
Currently configuration for vim
is set via /etc/vim/vimrc.local
, but maybe it should move to this
repository in the future.