From 5abd12ddc9377469e7e96d824164855b83a6966e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Mon, 17 Jul 2023 10:29:52 +0200 Subject: [PATCH] Create .local/bin if missing. --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index d138021..7eb1d67 100644 --- a/setup.sh +++ b/setup.sh @@ -3,6 +3,7 @@ curl -L https://get.oh-my.fish > /tmp/omf-install.fish fish /tmp/omf-install.fish --noninteractive --yes +mkdir -p ~/.local/bin/ curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin # Install bobthefish and bass