Add oh-my-fish
This commit is contained in:
parent
afdc11c1d8
commit
86ad3ef311
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ if [ ! -d ~/.tmux/plugins/tpm ]; then
|
|||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
fi
|
||||
|
||||
if [ ! -d ~/.local/share/omf ]; then
|
||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
||||
fi
|
||||
|
||||
{{ if eq .wm "i3wm" }}
|
||||
{{- template "i3wm_after" -}}
|
||||
{{ else if eq .wm "gnome" }}
|
||||
|
|
Loading…
Reference in a new issue