Skip to content

Commit 14070d4

Browse files
committed
Merge branch 'master' of http://github.com/mcpcpc/kfc
2 parents 5f0e8cf + 593f1fa commit 14070d4

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

README

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,32 @@ BACKGROUND
99

1010
This project was inspired by Dylan Arap's POSIX shell script, okpal [0]. This
1111
application has similar functionality to okpal but is designed with execution
12-
speed in mind. Compatibility with the following terminator emulators on KISS
13-
Linux have been tested at this time:
14-
15-
- simple terminal, st [2]
16-
- alacritty [3]
17-
18-
Other than a terminal emulator and C compiler (e.g. gcc), the application has no
19-
other dependencies.
20-
21-
Note: I apologize for the "ugliness" of the code at this time. I hope to address
22-
this in future commits.
12+
speed in mind. There are currently >250 light and dark palettes offered at
13+
this time within this package (with more to come).
2314

2415

2516
INSTALLATION
2617
------------
2718

28-
Building and installing from source:
19+
Other than a terminal emulator and C compiler (e.g. gcc), the application has
20+
no other dependencies.
2921

30-
$ git clone https://github.com/mcpcpc/kfc.git
31-
$ cd kfc/
32-
$ make
33-
$ make install
22+
- Building and installing from source:
3423

24+
$ git clone https://github.com/mcpcpc/kfc.git
25+
$ cd kfc/
26+
$ make
27+
$ make install
3528

36-
Installing on KISS Linux:
29+
- Installing on KISS Linux:
3730

38-
$ kiss b kfc && kiss i kfc
31+
$ kiss b kfc && kiss i kfc
32+
33+
Compatibility with the following terminator emulators on KISS Linux have been
34+
tested:
35+
36+
- simple terminal, st [2]
37+
- alacritty [3]
3938

4039

4140
USAGE
@@ -58,7 +57,7 @@ EXAMPLES
5857
the following line to one of your system startup files (e.g ~/.profile,
5958
~/.ashrc or ~/.bashrc):
6059

61-
$ [ -x "$(command -v kfc)" ] && kfc -s PALETTE
60+
[ -x "$(command -v kfc)" ] && kfc -s PALETTE
6261

6362
Remember to replace PALETTE in the line above with your preferred color
6463
palette.

0 commit comments

Comments
 (0)