Update mkscaffold, make stowall executable

This commit is contained in:
Ian Keane 2022-06-25 09:33:23 -04:00
parent 2eefd3d2b7
commit 486f30b622
2 changed files with 3 additions and 7 deletions

10
dotfiles/mkscaffold.sh Normal file → Executable file
View file

@ -6,10 +6,6 @@
# that when more files/directories are added they don't get added to the repo, # that when more files/directories are added they don't get added to the repo,
# e.g. .vim/plugins # e.g. .vim/plugins
mkdir ~/.vim mkdir -p ~/.vim
mkdir ~/.local mkdir -p ~/.local/bin
mkdir ~/.local/bin # mkdir -p ~/.local/share/flavours/base16/templates
mkdir ~/.local/share/
mkdir ~/.local/share/flavours
mkdir ~/.local/share/flavours/base16/
mkdir ~/.local/share/flavours/base16/templates

0
dotfiles/stowall.sh Normal file → Executable file
View file