@@ -9,33 +9,32 @@ BACKGROUND
9
9
10
10
This project was inspired by Dylan Arap's POSIX shell script, okpal [0]. This
11
11
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).
23
14
24
15
25
16
INSTALLATION
26
17
------------
27
18
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.
29
21
30
- $ git clone https://github.com/mcpcpc/kfc.git
31
- $ cd kfc/
32
- $ make
33
- $ make install
22
+ - Building and installing from source:
34
23
24
+ $ git clone https://github.com/mcpcpc/kfc.git
25
+ $ cd kfc/
26
+ $ make
27
+ $ make install
35
28
36
- Installing on KISS Linux:
29
+ - Installing on KISS Linux:
37
30
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]
39
38
40
39
41
40
USAGE
@@ -58,7 +57,7 @@ EXAMPLES
58
57
the following line to one of your system startup files (e.g ~/.profile,
59
58
~/.ashrc or ~/.bashrc):
60
59
61
- $ [ -x "$(command -v kfc)" ] && kfc -s PALETTE
60
+ [ -x "$(command -v kfc)" ] && kfc -s PALETTE
62
61
63
62
Remember to replace PALETTE in the line above with your preferred color
64
63
palette.
0 commit comments