chezmoi: convert key files to templates

Minimal Spotify controller block on main display.
This commit is contained in:
2019-04-15 03:17:47 -04:00
parent 59c6e400c5
commit 5d1908a095
14 changed files with 515 additions and 596 deletions

View File

@@ -29,8 +29,8 @@ abbr ff "cd $fish_fxn_dir"
for fxn in (find $fish_fxn_dir -name '*.fish')
source $fxn
end
abbr rf "source ~/.config/fish/config.fish"
abbr rfs "sync-shortcuts && source ~/.config/fish/config.fish"
abbr rf "chezmoi apply && source ~/.config/fish/config.fish"
abbr rfs "sync-shortcuts && chezmoi apply && source ~/.config/fish/config.fish"
abbr xf "fish_config"
abbr f. "cd .."
abbr f.. "cd ../.."