From 86ad3ef311c0088303bc82b558e690425655f77a Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 3 Sep 2022 16:59:21 +0200 Subject: [PATCH] Add oh-my-fish --- run_once_prepare_arch.sh.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_once_prepare_arch.sh.tmpl b/run_once_prepare_arch.sh.tmpl index 9b6265b..6a17215 100644 --- a/run_once_prepare_arch.sh.tmpl +++ b/run_once_prepare_arch.sh.tmpl @@ -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" }}