initial commit

This commit is contained in:
Ray Elliott 2020-10-19 15:56:20 +01:00
commit b82221553d
2 changed files with 15 additions and 0 deletions

4
install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
cd "$HOME" && ln -s "$HOME/.config/sc/scrc .scrc"

11
scrc Normal file
View 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