From 7b19cb1492a4042d14276915b01c06fa7fce4fb5 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 31 Jul 2019 16:45:58 +0100 Subject: [PATCH] Add to install.sh and update readme --- README.md | 2 +- install.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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