From ab5e6aa5ab68fbd366fa12c1075280df8fbe3d20 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Wed, 24 May 2023 13:40:20 +0100 Subject: [PATCH] Updated install script to make necessary folders before linking files --- scripts/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index da9391e..5b10e68 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -57,6 +57,7 @@ cd .. # Install DWMBlocks cd dwmblocks sudo make install +sudo mkdir -p /usr/bin/local sudo ln -s ~/git/dwmblocks/statusbar/* /usr/bin/local/ cd .. @@ -74,4 +75,4 @@ curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install # Install Packer.nvim git clone --depth 1 https://github.com/wbthomason/packer.nvim\ - ~/.local/share/nvim/site/pack/packer/start/packer.nvim \ No newline at end of file + ~/.local/share/nvim/site/pack/packer/start/packer.nvim