Purify theme for XTerm, UXTerm, urxvt terminals
Note: This config file work with XTerm, UXTerm, urxvt
# If you have wget
$ wget https://raw.githubusercontent.com/kyoz/purify/master/xterm/.Xresources -O ~/.Xresources && xrdb -merge ~/.Xresources
# Or if you have curl
$ curl https://raw.githubusercontent.com/kyoz/purify/master/xterm/.Xresources --output ~/.Xresources && xrdb -merge ~/.Xresources
Or manually install:
# Assume you have downloaded `.Xresources` file to ~/
$ xrdb -merge ~/.Xresources
If you are using zsh, please take a look at purify/zsh to get zsh config for purify.
MIT © Kyoz