Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 852 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 852 Bytes

XTerm

Purify theme for XTerm, UXTerm, urxvt terminals


Installation

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

References

If you are using zsh, please take a look at purify/zsh to get zsh config for purify.

Lisence

MIT © Kyoz