Commit Graph

127 Commits

Author SHA1 Message Date
James Patrick f2d6f3397b
Defer configuring ox-tufte until we need it. 2024-02-05 09:52:49 -05:00
James Patrick abc1359d0e
homebrew path fix 2024-01-19 13:45:08 -05:00
James Patrick 5bd600b8e6 Removed delta 2023-06-07 10:19:25 -04:00
James Patrick 5e3a1221df Updated to match greenfiling standard package location 2023-06-07 10:19:25 -04:00
James Patrick 3fa6a25dfb Removed no longer existing configuration 2023-06-07 10:19:25 -04:00
James Patrick 351280afde Adding env header for emacs to pickup the correct mode 2023-06-07 10:19:25 -04:00
James Patrick 46af714c87 Using PGHOST instaed of inline host 2023-05-24 20:16:24 +00:00
James Patrick f454ec4adf Added new envs for VA & GA dev envs 2023-05-24 20:13:44 +00:00
James Patrick 734b654d2b Added symlink for dev2F -> devF
I don't fully remeber how well supported symlinks are in git so I may
need to back this out if it doesn't work as expected.
2023-05-24 20:10:55 +00:00
James Patrick c45cdba418 Updated Envs 2023-05-24 20:04:05 +00:00
James Patrick 07c5540881 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2023-05-24 19:58:32 +00:00
James Patrick 8a3381ca79 Added npm local for work around for nix 2022-12-26 19:27:05 -05:00
James Patrick e708c909de host specific zsh files for nil 2022-09-20 19:24:09 -04:00
James Patrick 255fdd7757 Fixed formatting for helper scripts 2022-09-20 19:24:09 -04:00
James Patrick 9696e3d8e9 Removed unused aliases 2022-09-20 19:24:09 -04:00
James Patrick 7fedd834c9 Added script to stash svn commits.
SVN shelf does exist but is a bit obtuse to use.
2022-08-30 14:30:22 -04:00
James Patrick 422d8dc8a6 Relocated path helpers to be accessible earlier 2022-05-24 18:56:59 +00:00
James Patrick 5b8611d5d3 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2022-05-24 18:42:47 +00:00
James Patrick 1f56c9f4ec Added zsrc for devF 2022-05-24 18:42:28 +00:00
James Patrick 3556761ebd Changed how the mktemp trick work.
This way actually has a couple of advantages.

1. With this you write something like $ _ vim file.xml. This is
automatically drop you into a tmp dir then run the vim command.
2. zsh completions aren't still work.
2022-01-05 23:18:14 -05:00
James Patrick 70f2826afe Refactored make targets. 2021-11-28 16:33:24 -05:00
James Patrick 9569e99af7 Work is now using jre 11. 2021-09-13 20:14:48 -04:00
James Patrick 1b3f1937b4 Setting up golang 2021-09-13 20:14:48 -04:00
James Patrick 5562f431d0 Generally guard clauses > if else 2021-05-11 15:11:30 -04:00
James Patrick 7deffb5cd2 Replacing diff-so-fancy with delta.
They are largely comparable, but I'm interested in the syntax
highlighting that ships with delta, and more regular upkeep and
security checks
2021-04-27 14:39:49 -04:00
James Patrick 7486f1eecc Fixing work aliases 2021-03-08 00:07:05 -05:00
James Patrick d2891c6830 Removed git-fuzzy
Cool & all but this shouldn't be added to my dotfiles.
2021-02-18 00:00:13 -05:00
James Patrick 94252d74b9 Added todo_sync script.
This will move/link/create project todo.org to git repo.
2021-02-17 23:45:39 -05:00
James Patrick 09eeee079d Added java to paths 2020-11-27 16:13:42 -05:00
James Patrick 829f30540e Fixed issue with autocompletes not being loaded
The issue was stemming from racecondition betwwen then completion
function which uses the complete file, and the zsh_users/completions
plug that defined them.

Also relocated transient -> cache.
2020-08-21 18:04:38 -04:00
James Patrick 468c6f9f19 Relocated Cargo bin path into base zshenv 2020-07-21 20:55:45 -04:00
James Patrick ea79200290 Fix for cargo 2020-07-21 20:50:48 -04:00
James Patrick 267f482bd1 Adding Cargo for zuk.
I may want to have it check normal places by default. I haven't done
this as I can see this being used for malicious overwriting of commands.
2020-07-21 11:44:17 -04:00
James Patrick a8724ce37e Added cargo bin. 2020-07-19 18:20:05 -04:00
James Patrick e01f8058ff Exported psqlapp 2020-07-05 20:00:20 -04:00
James Patrick c15757f3b3 Fixed reported error when nothing new to install.
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.
2020-07-02 15:10:59 -04:00
James Patrick b44fd1318d Removed extra fzf-pass. Not needed, yet.
Plus it doesn't work.
2020-06-27 00:31:11 -04:00
James Patrick 099caf3d7a Adding tty-popup window. 2020-06-27 00:21:13 -04:00
James Patrick cc38ba2ecf Fixed type that broke doom helper functions. 2020-06-03 10:26:27 -04:00
James Patrick 6d3554d18d Using zsh array path instead of $PATH. 2020-06-02 23:26:08 -04:00
James Patrick efd267df85 Removed old unused commands added a new one. 2020-05-31 14:15:41 -04:00
James Patrick d2e6965286 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-05-28 13:39:18 -04:00
James Patrick ea936540b3 Comments and stuff 2020-05-28 13:29:02 -04:00
james eb7ad8a0ab Update 'zsh/README.md'
Fixed formatting formatting caused by automatic line breaks from doom. Added install section.
2020-05-21 18:48:09 +00:00
James Patrick f2bf83a622 Added resourced to get my ruby setup working 2020-05-15 12:15:13 -04:00
James Patrick 81030a0f84 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-04-22 00:03:37 -04:00
James Patrick 36794b4d6a Adding pass support. 2020-04-21 23:34:28 -04:00
James Patrick 8d96915060 Added LNAV for log managemnet 2020-04-20 12:37:29 -04:00
James Patrick 6537ac6f67 Added yarn autocomplete function. 2020-03-19 15:56:14 -04:00
James Patrick b86e96b570 Adding emacs magic-ish line for make files. 2020-03-19 15:55:20 -04:00