Added valentines theme; various color updates added

This commit is contained in:
Wryn Wagner
2021-02-05 15:49:22 -07:00
parent 6d40526325
commit 5ab6ef1037
8 changed files with 91 additions and 1 deletions

6
setup
View File

@ -141,6 +141,11 @@ function CONFIG__PYLINT() {
echo "linked pylint configuration"
}
function CONFIG__RIPGREP() {
CONFIG__SYMLINK "ripgrep" "config"
echo "linked ripgrep configuration"
}
function CONFIG__TMUX() {
CONFIG__BASIC_SYMLINK "$HOME/.tmux.conf" "$HOME/.wryn/tmux/tmux.conf";
echo "linked tmux configuration"
@ -159,6 +164,7 @@ function CONFIG__TERMINFO() {
}
function CONFIG__SETUP() {
CONFIG__I3;
CONFIG__PGCLI;