Added valentines theme; various color updates added
This commit is contained in:
6
setup
6
setup
@ -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;
|
||||
|
Reference in New Issue
Block a user