initial commit
This commit is contained in:
commit
b82221553d
2 changed files with 15 additions and 0 deletions
4
install.sh
Executable file
4
install.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "$HOME" && ln -s "$HOME/.config/sc/scrc .scrc"
|
||||
|
||||
11
scrc
Normal file
11
scrc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
set color
|
||||
set colorneg
|
||||
set colorerr
|
||||
color 1 = @white;@black
|
||||
color 2 = @red;@black
|
||||
color 3 = @white;@red
|
||||
color 4 = @black;@yellow
|
||||
color 5 = @black;@cyan
|
||||
color 6 = @red;@cyan
|
||||
color 7 = @white;@blue
|
||||
color 8 = @red;@blue
|
||||
Loading…
Add table
Add a link
Reference in a new issue