Removed makefile
This commit is contained in:
parent
1a255b74fe
commit
e643b7e55b
2 changed files with 11 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -1,4 +0,0 @@
|
|||
export: config
|
||||
|
||||
config:
|
||||
cp config/terminator.conf ~/.config/terminator/config
|
11
README.md
11
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 <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!
|
||||
|
|
Loading…
Reference in a new issue