add terminal-colors

This commit is contained in:
thek4n 2024-02-28 15:42:14 +03:00
parent cc809c67ab
commit 713b701101
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
weekend 31
today 30;47
header 1;37

View File

@ -9,7 +9,8 @@ declare -xr SUB="$DOTFILES_ROOT/home/user"
declare -r -A TARGETS=( declare -r -A TARGETS=(
["bash"]=".config/bash .bashrc .profile" ["colors"]=".config/terminal-colors.d"
["bash"]=".config/bash .bashrc .profile %colors"
["zsh"]="%bash .config/zsh .zshenv .inputrc" ["zsh"]="%bash .config/zsh .zshenv .inputrc"
["tmux"]=".tmux.conf" ["tmux"]=".tmux.conf"
["alacritty"]=".config/alacritty" ["alacritty"]=".config/alacritty"