From e643b7e55bce269c1850de1a849e7ae36f2e364a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 5 Feb 2016 18:00:36 +0000 Subject: [PATCH] Removed makefile --- Makefile | 4 ---- README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index c6d3a8d..0000000 --- a/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -export: config - -config: - cp config/terminator.conf ~/.config/terminator/config diff --git a/README.md b/README.md index 2f4e340..c32724c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # dotfiles Settings and Preferences for transfer between machines + +## Usage +First, install waf using the `install-waf.sh` script. + +Next, simply run `waf
` to install the specific section. + + +## Automation +Alternatively, you can run `./INSTALL_ALL_THE_THINGS` to install all the section automatically. + +__Note__: This script will run them in the order they appear in the `wscript` file. If something needs to be done first, put it first in the file!