Skip to content

maddeye/agnoster-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

agnoster-bash

Agnoster Theme for Bash

agnoster's Theme - https://gist.github.com/3712874 A Powerline-inspired theme for BASH

Based on the work from Erik Selber https://github.com/speedenator/agnoster-bash

README

In order for this theme to render correctly, you will need a Powerline-patched font. I recommend: https://github.com/powerline/fonts.git

git clone https://github.com/powerline/fonts.git fonts
cd fonts
install.sh

In addition, I recommend the Solarized theme and, if you're using it on Mac OS X, iTerm 2 over Terminal.app - it has significantly better color fidelity.

Install:

I recommend the following:

cd $HOME
mkdir -p .bash/themes/agnoster-bash
git clone https://github.com/maddeye/agnoster-bash.git .bash/themes/agnoster-bash

then add the following to your .bashrc:

export THEME=$HOME/.bash/themes/agnoster-bash/agnoster.bash
if [[ -f $THEME ]]; then
    export DEFAULT_USER=`whoami`
    source $THEME
fi

About

Agnoster Theme for Bash with a twist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages