Updated install script to make necessary folders before linking files

This commit is contained in:
Luke Else 2023-05-24 13:40:20 +01:00
parent d201344c3b
commit ab5e6aa5ab

View File

@ -57,6 +57,7 @@ cd ..
# Install DWMBlocks # Install DWMBlocks
cd dwmblocks cd dwmblocks
sudo make install sudo make install
sudo mkdir -p /usr/bin/local
sudo ln -s ~/git/dwmblocks/statusbar/* /usr/bin/local/ sudo ln -s ~/git/dwmblocks/statusbar/* /usr/bin/local/
cd .. cd ..
@ -74,4 +75,4 @@ curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install
# Install Packer.nvim # Install Packer.nvim
git clone --depth 1 https://github.com/wbthomason/packer.nvim\ git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim