├── demo
├── vim.png
├── emacs.png
└── haskell.png
├── README.md
└── svg
├── sjtug.svg
├── vim.svg
├── emacs.svg
└── haskell.svg
/demo/vim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sjtug/Tee/master/demo/vim.png
--------------------------------------------------------------------------------
/demo/emacs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sjtug/Tee/master/demo/emacs.png
--------------------------------------------------------------------------------
/demo/haskell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sjtug/Tee/master/demo/haskell.png
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Tee
2 | Tee for SJTUG.
3 |
4 | # Demo
5 |
6 | [](./demo/vim.png)
7 |
8 | [](./demo/emacs.png)
9 |
10 | [](./demo/haskell.png)
11 |
12 | # Instructions
13 |
14 | To customize your own parttern:
15 |
16 | 1. Fork this repo
17 | 2. Find source file at [svg](./svg/) for Scalable Vector Graphics
18 | 3. Download and install the fancy font used from [xkcd-font](https://github.com/ipython/xkcd-font)
19 | 4. Modify the artworks and get your own design
20 |
21 | # License
22 |
23 | 
SJTUG-Tee by SJTUG is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
24 |
--------------------------------------------------------------------------------
/svg/sjtug.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
29 |
--------------------------------------------------------------------------------
/svg/vim.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
290 |
--------------------------------------------------------------------------------
/svg/emacs.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
291 |
--------------------------------------------------------------------------------
/svg/haskell.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
296 |
--------------------------------------------------------------------------------