Go to file
James Patrick 7d676afbec
Fixed fzf load issue.
Issue stemmed from fzf-tmux being included in the fzf script. This was
cause a race condition conflict. And would only load correctly when the
imported version loaded first. This is why it only worked on the first
where this resources had to be downloaded.
2024-07-25 09:52:50 -04:00
brew Sorting dependencies 2024-07-16 11:55:14 -04:00
emacs Added icons to syntax check and did some editting 2024-07-16 11:46:24 -04:00
git Defer configuring ox-tufte until we need it. 2024-02-05 09:52:49 -05:00
lib I Msipsell wrods somtimes 2022-01-05 23:13:29 -05:00
mbsync Refactored make targets. 2021-11-28 16:33:24 -05:00
ssh Use Pub key with IdentifyFile 2024-07-16 11:47:01 -04:00
tmux Increase scrollback size in tmux. 2024-01-19 13:46:04 -05:00
tridactyl Tridactyl: Added ;B to open tab in background 2024-07-10 11:19:42 -04:00
vim vim: + formatter 2024-07-10 11:19:43 -04:00
zsh Fixed fzf load issue. 2024-07-25 09:52:50 -04:00
.gitignore Added a few orgmode yas-snippets 2024-01-27 00:25:13 -05:00
dockerfile Adding first pass at docker image for testing. 2020-03-09 11:52:11 -04:00
makefile Refactored make targets. 2021-11-28 16:33:24 -05:00
README.md Cleaned up and removed passive voice. 2020-03-10 16:50:05 -04:00

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 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. It's better to have an imperfect tool than to have envs diverge.
    3. Write tooling to allow for variation between envs.
  5. Any rule can ignored if it has a non-stupid reason.
  6. Take lots of screenshots.
  7. 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