- Bash: config file - Zsh: config file - Fish: config file and fish plugins - Nvim: config files - Kitty: config files
20 lines
661 B
TOML
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"
|