30 lines
844 B
YAML
30 lines
844 B
YAML
# Configuration for Neovim
|
|
.config/nvim:
|
|
type: git-repo
|
|
url: git@zechert.net:fz-stack/nvim.git
|
|
refreshPeriod: 0
|
|
|
|
# Theme for Thunderbird
|
|
.config/thunderbird-theme:
|
|
type: git-repo
|
|
url: https://github.com/catppuccin/thunderbird.git
|
|
refreshPeriod: 168h
|
|
|
|
# Theme for btop
|
|
.config/btop/themes/catppuccin_macchiato.theme:
|
|
type: file
|
|
url: https://raw.githubusercontent.com/catppuccin/btop/refs/heads/main/themes/catppuccin_macchiato.theme
|
|
refreshPeriod: 168h
|
|
|
|
# Theme for DankMateiralShell
|
|
.config/DankMaterialShell/catppuccin.json:
|
|
type: file
|
|
url: https://raw.githubusercontent.com/catppuccin/dankmaterialshell/refs/heads/main/catppuccin.json
|
|
refreshPeriod: 168h
|
|
|
|
# Theme for Spotify / spicetify-cli
|
|
.config/spicetify-catppuccin-theme:
|
|
type: git-repo
|
|
url: https://github.com/catppuccin/spicetify.git
|
|
refreshPeriod: 168h
|