1
0
Fork 0

Add oh-my-fish

This commit is contained in:
Florian RICHER 2022-09-03 16:59:21 +02:00
parent afdc11c1d8
commit 86ad3ef311

View file

@ -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" }}