diff --git a/README.md b/README.md index 03449349..a9ec7a17 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/install.sh b/install.sh index a402bca5..aaff096d 100755 --- a/install.sh +++ b/install.sh @@ -35,3 +35,5 @@ pacmanInstall(){ fi } + +dostow