James Patrick
c15757f3b3
Running: zplug install with no new installs returns an exitcode of 1. So running zplug install ; report "message" will always report a failure if there was no new resources to install. There doesn't seem to an actual way to tell if the install failed besides checking the log zplug produces, but that can be kind of messy. For the time being I'm going to disable reporting on this. |
||
---|---|---|
emacs | ||
git | ||
jrnl | ||
lib | ||
mako | ||
mbsync | ||
rofi | ||
ssh | ||
sway | ||
tmux | ||
tridactyl | ||
vim | ||
waybar | ||
zsh | ||
.gitignore | ||
dockerfile | ||
makefile | ||
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
- The time invested in configuring tools will probably never recouped by increased productivity. That isn't a reason not to it.
- Don't write what already exist.
- Config to have easy setup and tear down, without destroying anything important.
- Try to stay lean. More tools begets more maintenance.
- The best code is no code.
- It's better to have an imperfect tool than to have envs diverge.
- Write tooling to allow for variation between envs.
- Any rule can ignored if it has a non-stupid reason.
- Take lots of screenshots.
- Don't be an idiot and store large files.
Quick start
git clone https://git.jpatrick.io/james/dotfiles.git ~/.dotfiles
make -C ~/.dotfiles install