.dotfiles/.chezmoiexternal.toml
tombdf 04fd30ca73
feat!: Alter most of major config files
- Bash: config file
- Zsh: config file
- Fish: config file and fish plugins
- Nvim: config files
- Kitty: config files
2025-01-03 00:39:01 +01:00

20 lines
661 B
TOML

["themes.gitconfig"]
type = "file"
url = "https://raw.githubusercontent.com/dandavison/delta/main/themes.gitconfig"
refreshPeriod = "168h"
[".bash-preexec.sh"]
type = "file"
url = "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
refreshPeriod = "168h"
[".vim/autoload/plug.vim"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
refreshPeriod = "168h"
[".config/kitty/theme.conf"]
type = "file"
url = "https://raw.githubusercontent.com/kovidgoyal/kitty-themes/refs/heads/master/themes/GruvboxMaterialDarkSoft.conf"
refreshPeriod = "168h"