18 lines
460 B
TOML
18 lines
460 B
TOML
|
[[items]]
|
||
|
path = "https://github.com/tinted-theming/tinted-shell"
|
||
|
name = "base16-shell"
|
||
|
themes-dir = "scripts"
|
||
|
hook = ". %f"
|
||
|
|
||
|
[[items]]
|
||
|
path = "https://github.com/tinted-theming/tinted-tmux"
|
||
|
name = "tinted-tmux"
|
||
|
# Check if tmux is in use and if it is, reload the config file
|
||
|
hook = "test -n \"$TMUX\" && tmux source-file ~/.tmux.conf"
|
||
|
themes-dir = "colors"
|
||
|
|
||
|
[[items]]
|
||
|
path = "https://github.com/tinted-theming/tinted-fzf"
|
||
|
name = "tinted-fzf"
|
||
|
themes-dir = "sh"
|