31 lines
1,008 B
TOML
31 lines
1,008 B
TOML
[".oh-my-zsh"]
|
|
type = "archive"
|
|
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "168h"
|
|
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
|
|
type = "archive"
|
|
url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "168h"
|
|
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
|
|
type = "archive"
|
|
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "168h"
|
|
[".config/alacritty/catppuccin"]
|
|
type = "archive"
|
|
url = "https://github.com/catppuccin/alacritty/archive/main.tar.gz"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "168h"
|
|
[".config/tmux/plugins/tpm"]
|
|
type = "archive"
|
|
url = "https://github.com/tmux-plugins/tpm/archive/master.tar.gz"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "168h"
|
|
|