File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9,32 +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:
12
+ speed in mind. There are currently over 250 light and dark palettes offered at
13
+ this time.
14
+
15
+ Compatibility with the following terminator emulators on KISS Linux have been
16
+ tested at this time:
14
17
15
18
- simple terminal, st [2]
16
19
- alacritty [3]
17
20
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.
23
-
24
21
25
22
INSTALLATION
26
23
------------
27
24
28
- Building and installing from source:
25
+ Other than a terminal emulator and C compiler (e.g. gcc), the application has
26
+ no other dependencies.
27
+
28
+ - Building and installing from source:
29
29
30
- $ git clone https://github.com/mcpcpc/kfc.git
31
- $ cd kfc/
32
- $ make
33
- $ make install
30
+ $ git clone https://github.com/mcpcpc/kfc.git
31
+ $ cd kfc/
32
+ $ make
33
+ $ make install
34
34
35
- Installing on KISS Linux:
35
+ - Installing on KISS Linux:
36
36
37
- $ kiss b kfc && kiss i kfc
37
+ $ kiss b kfc && kiss i kfc
38
38
39
39
40
40
USAGE
You can’t perform that action at this time.
0 commit comments