Improve configs

This commit is contained in:
Tobias Reisinger 2022-10-22 00:58:24 +02:00
parent 91c7ebd467
commit e0b2cc16fb
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 63 additions and 35 deletions

View file

@ -14,7 +14,7 @@ declare -A mapper=(
["starship"]="$HOME/.config/starship.toml"
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
["vim"]="$HOME/.config/vim/vimrc"
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg"
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg.tpl"
["xprofile"]="$HOME/.xprofile"
["zsh"]="$HOME/.config/zsh/.zshrc"
)