Skip to content

Commit 3582e21

Browse files
author
xero
committed
✨ ✨ 🔮 ✨ ✨
1 parent bc12f64 commit 3582e21

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,30 @@ a 16 bit color scheme for hackers.
2020
- [framebuffer](#framebuffer)
2121
- [iterm](#iterm)
2222

23-
#install
23+
# install
24+
2425
![](https://raw.githubusercontent.com/xero/sourcerer/master/preview.png)
2526

26-
##vim
27-
copy [sourcerer.vim](https://github.com/xero/sourcerer/blob/master/sourcerer.vim) to `~/.vim/colors/` and in your `~/.vimrc` add `colorscheme sourcerer` and turn `:syntax on`.
27+
## vim
28+
29+
copy [sourcerer.vim](https://github.com/xero/sourcerer/blob/master/sourcerer.vim) to `~/.vim/colors/` or install it from the [standalone repo](https://github.com/xero/sourcerer.vim) with your vim plugin manager e.g. `Plugin 'xero/sourcerer.vim'`
30+
31+
then in your `~/.vimrc` add `colorscheme sourcerer` and turn `:syntax on`.
2832

29-
or install it from the [standalone repo](https://github.com/xero/sourcerer.vim) with your vim plugin manager e.g. `Plugin 'xero/sourcerer.vim'`
33+
## Xresources
3034

31-
##Xresources
3235
copy the contents of [sourcerer.Xresources](https://github.com/xero/sourcerer/blob/master/sourcerer.Xresources) into your `~/.Xresources` or `~/.Xdefaults` file. your system may require you to call `xrdb -merge ~/.Xresources` and/or restart your terminal emulator.
3336

34-
##framebuffer
37+
## framebuffer
38+
3539
copy [sourcerer.sh](https://github.com/xero/sourcerer/blob/master/sourcerer.sh) into your home directory and add `source ~/sourcerer.sh` to your shell init script `~/.bashrc` or `~/.zshrc`. colors will only be applied in a new tty session.
3640

37-
##iterm
41+
## iterm
42+
3843
launch iterm/item2, type `CMD+i`, navigate to `Colors` tab, click on `Load Presets`, click on `Import` and select [sourcerer.itermcolors](https://github.com/xero/sourcerer/blob/master/sourcerer.itermcolors).
3944

40-
##pygments
45+
## pygments
46+
4147
copy [sourcerer.py](https://github.com/xero/sourcerer/blob/master/sourcerer.py) to your styles directory, ususally `/usr/lib/python3.5/site-packages/pygments/styles`. then set the style when you use the command: `pygmentize -O style=sourcerer -f console256 -g` (make it can alias like `ccat` or `c`).
4248

4349
![](https://raw.githubusercontent.com/xero/sourcerer/master/sourcerer_shell.gif)

0 commit comments

Comments
 (0)