Cleaned up and removed passive voice.

This commit is contained in:
James Patrick 2020-03-10 16:50:05 -04:00
parent 8ef4f30731
commit 73170172e0
1 changed files with 14 additions and 7 deletions

View File

@ -4,15 +4,22 @@ contact me.
# Tenants # Tenants
1. The time invested in configuring tools will probably never be recouped by 1. The time invested in configuring tools will probably never recouped by
increased productivity. That isn't a reason not to it. increased productivity. That isn't a reason not to it.
2. Don't write what already exist. 2. Don't write what already exist.
3. Config to have easy setup and tear down, without destroying anything important. 3. Config to have easy setup and tear down, without destroying anything
important.
4. Try to stay lean. More tools begets more maintenance. 4. Try to stay lean. More tools begets more maintenance.
1. The best code is no code. 1. The best code is no code.
2. Its better to have a imperfect tool than to have envs diverge. 2. It's better to have an imperfect tool than to have envs diverge.
3. Allow for variation between envs. 3. Write tooling to allow for variation between envs.
5. Any rule can be ignored if it has a non-stupid reason. 5. Any rule can ignored if it has a non-stupid reason.
6. Take lots of screenshots. 6. Take lots of screenshots.
7. Don't be a idiot and store large files 7. Don't be an idiot and store large files.
8. Do not tightly couple components.
# Quick start
```sh
git clone https://git.jpatrick.io/james/dotfiles.git ~/.dotfiles
make -C ~/.dotfiles install
```