James Patrick
8bce4295c8
There's a lot of cruft built up over my years of using vim & with the introduction of Doom Emacs what I use vim for has gotten more pointed as well. Vim now services as a quick in and out tool for dropping to the commandline on local or remote machines. So quick rundown on changes. - Removed weird hallow sourcing in vimrc - Removed unused or under used Plugs. - Switched from ctrl+p to fzf. - Switched to ALE for linting and formatting - Configuration and keybinds now lives with the Plugs. Intended one level under it. - The large boilerplate sane default file has been extracted into sensible.vim. This based on tpope's config. - Make will no longer symlink .dotfile/vim to ~/.vim. This was causing lots of unversioned cruff to pile up in the project. Instead it will now symlink all the things needed. - Make update will now run PlugClean as well. |
||
---|---|---|
emacs | ||
git | ||
jrnl | ||
kitty | ||
lib | ||
mako | ||
mbsync | ||
pass | ||
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