Go to file
James Patrick 8ef4f30731 Fixed merge error. 2020-03-10 16:49:47 -04:00
emacs Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-03-09 13:38:51 -04:00
git Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
jrnl Removed errant endif 2020-03-09 14:40:45 -04:00
lib Added errors for make requirements. 2020-03-09 14:41:18 -04:00
mako Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
rofi Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
ssh Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
sway Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
tmux Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
tridactyl Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
vim Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
waybar Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00
zsh Fixed merge error. 2020-03-10 16:49:47 -04:00
.gitignore Added support for both DOOM and Spacemacs 2019-08-04 20:41:05 -04:00
README.md Updated readme for project 2019-12-04 01:01:09 -05:00
dockerfile Adding first pass at docker image for testing. 2020-03-09 11:52:11 -04:00
makefile Refactored to use .ONESHELL 2020-03-09 13:37:50 -04:00

README.md

Hi. This is James Patrick's current collection of dotfiles. If you found this feel free to steal what ever you want, if you have any questions feel free to contact me.

Tenants

  1. The time invested in configuring tools will probably never be recouped by increased productivity. That isn't a reason not to it.
  2. Don't write what already exist.
  3. Config to have easy setup and tear down, without destroying anything important.
  4. Try to stay lean. More tools begets more maintenance.
    1. The best code is no code.
    2. Its better to have a imperfect tool than to have envs diverge.
    3. Allow for variation between envs.
  5. Any rule can be ignored if it has a non-stupid reason.
  6. Take lots of screenshots.
  7. Don't be a idiot and store large files
  8. Do not tightly couple components.