.dotfiles/.chezmoiexternal.toml
tombdf 67a479973b
Update .chezmoiexternal.toml
Update README.md
Update .bashrc
Update .zshrc
Add .config/atuin/config.toml
Update scripts/shells.sh
Update utils/helpers.sh
Update utils/packages
2024-12-21 00:33:52 +01:00

22 lines
669 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/kitty-themes"]
type = "git-repo"
url = "https://github.com/dexpota/kitty-themes.git"
refreshPeriod = "168h"
[".config/kitty/kitty-themes".clone]
args = ["--depth=1"]