Removed makefile

This commit is contained in:
Jake Howard 2016-02-05 18:00:36 +00:00
parent 1a255b74fe
commit e643b7e55b
2 changed files with 11 additions and 4 deletions

View file

@ -1,4 +0,0 @@
export: config
config:
cp config/terminator.conf ~/.config/terminator/config

View file

@ -1,2 +1,13 @@
# dotfiles # dotfiles
Settings and Preferences for transfer between machines Settings and Preferences for transfer between machines
## Usage
First, install waf using the `install-waf.sh` script.
Next, simply run `waf <section>` 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!