Refactor some external dependencies
Move external dependencies from submodules or hard coded to chezmoi external management
This commit is contained in:
parent
1b61620e47
commit
2427307775
31 changed files with 42 additions and 4547 deletions
10
chezmoi/.chezmoiexternal.toml
Normal file
10
chezmoi/.chezmoiexternal.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[".config/alacritty/themes/catppuccin/catppuccin-macchiato.toml"]
|
||||
type = "file"
|
||||
url = "https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
[".config/bat/themes/Catppuccin-macchiato.tmTheme"]
|
||||
# Run "bat cache --build" to make the theme available
|
||||
type = "file"
|
||||
url = "https://github.com/catppuccin/bat/raw/main/Catppuccin-macchiato.tmTheme"
|
||||
refreshPeriod = "168h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue