Add to install.sh and update readme

master
Jonathan Hodgson 5 years ago
parent 14eacedbd1
commit 7b19cb1492
  1. 2
      README.md
  2. 2
      install.sh

@ -4,7 +4,7 @@ Use as you wish. Any code / scripts I have borrowed from other places should be
My primary editor is vim, who's config is in a submodule because I often need to deploy my vim configuration but don't need to download all of my dotfiles.
I use [GNU Stow](https://www.gnu.org/software/stow/) to deploy my dotfiles. There is a helper script in the root of this directory called stow.sh that runs the necessary stow commands.
I use [GNU Stow](https://www.gnu.org/software/stow/) to deploy my dotfiles. There is a helper script in the root of this directory called install.sh that runs the necessary stow commands.
The folder `LEGACY` is for things that I no longer use but might be of interest if you are the sort of person who likes looking at other people's dotfiles.

@ -35,3 +35,5 @@ pacmanInstall(){
fi
}
dostow

Loading…
Cancel
Save