Updated install script to make necessary folders before linking files
This commit is contained in:
parent
d201344c3b
commit
ab5e6aa5ab
@ -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
|
||||
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||
|
Loading…
Reference in New Issue
Block a user