-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
66 lines (41 loc) · 1.63 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
MyTermColors
============
Welcome to MyTermColors!
Getting the code
----------------
Check out http://github.com/Youx/MyTermColors for the wiki, bug tracking, etc...
The bleeding edge code can be grabbed from the git repository on github :
$ git clone git://github.com/Youx/MyTermColors.git
For information about Git, please see http://www.git-scm.com
How to build MyTermColors
-------------------------
To build MyTermColors.bundle from source, you will need :
- a Mac
- XCode
- iceberg (http://s.sudre.free.fr/Software/Iceberg.html) to create a pkg installer file
- dmgCanvas (http://www.araelium.com/dmgcanvas) to create a dmg containing the installer
Open the project file in XCode, then hit build.
This will create a MyTermColors.bundle in build/Release/
and (if you have the Iceberg and dmgCanvas) a pkg and a dmg in build/
How to install MyTermColors
---------------------------
To use MyTermColors, you will need to have SIMBL installed.
Grab it from here : http://www.culater.net/software/SIMBL/SIMBL.php
Then, you just need to drop the MyTermColors.bundle into ~/Library/Application Support/SIMBL/Plugins
Or simply launch the installer and follow the instructions.
Languages
--------------
English
French
German
Spanish
You can help localize it too!
Author(s)
---------
Hugo Camboulive (Youx) <hugo.camboulive [AT] gmail.com>
Thanks
------
My friend Matt "Killerabbit" for his Spanish translation.
The TerminalColours project for some insight on using KVO bindings in nib files.
Keevn7 for providing the nice pastel colors a long time ago (and awesome shell config files).
Mike Solomon for creating SIMBL and the original TerminalColors