Go to file
James Patrick 8bce4295c8 Major Refactored vim config.
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.
2021-07-20 14:47:54 -04:00
emacs Removed fly spell checker hook. 2021-06-03 11:07:08 -04:00
git Replacing diff-so-fancy with delta. 2021-04-27 14:39:49 -04:00
jrnl Adding emacs magic-ish line for make files. 2020-03-19 15:55:20 -04:00
kitty Fixed some issue nonstandard font name. 2020-09-03 00:36:14 -04:00
lib Init script will reset this from https to ssh. 2020-06-03 00:20:58 -04:00
mako Changed unicode object. 2020-06-26 20:01:28 -04:00
mbsync Adding support for mu4e, mu, & mbsync 2020-05-28 13:28:26 -04:00
pass removed todo 2020-11-27 17:14:31 -05:00
rofi Fixing the log errors. 2020-08-24 21:12:09 -04:00
ssh Adding ForwardingAgent by default for work 2021-04-27 15:13:21 -04:00
sway Added Window Switching tool for sway 2021-02-17 23:58:48 -05:00
tmux Adding emacs magic-ish line for make files. 2020-03-19 15:55:20 -04:00
tridactyl Correct osx location for emacs client. 2020-06-03 10:27:07 -04:00
vim Major Refactored vim config. 2021-07-20 14:47:54 -04:00
waybar Added wifi click behavior. 2020-12-08 22:02:44 -05:00
zsh Generally guard clauses > if else 2021-05-11 15:11:30 -04:00
.gitignore Fixed issue with autocompletes not being loaded 2020-08-21 18:04:38 -04:00
README.md Cleaned up and removed passive voice. 2020-03-10 16:50:05 -04:00
dockerfile Adding first pass at docker image for testing. 2020-03-09 11:52:11 -04:00
makefile Adding emacs magic-ish line for make files. 2020-03-19 15:55:20 -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 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