Commit Graph

134 Commits

Author SHA1 Message Date
James Patrick
1eae74cc6d
Better syntax for command[__] 2024-07-16 12:01:51 -04:00
James Patrick
b8c522c733
Fixing fzf behavior 2024-07-12 00:00:50 -04:00
James Patrick
e7eb0cf56e
Finished migrate from zplug->zgenom 2024-07-10 15:31:17 -04:00
James Patrick
eaf5428821
Added Python Dev tooling 2024-07-10 11:19:45 -04:00
James Patrick
e711c69ac7
zsh bin: +tubeosock for remote tunneling 2024-07-10 11:19:43 -04:00
James Patrick
ec14c2acd2
zsh: added support for op plugins 2024-07-10 11:19:42 -04:00
James Patrick
b6ab60e92d zplug -> zgenom
Sadly it looks like zplug is no longer maintained.
2024-05-07 01:43:59 -04:00
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
5b8611d5d3 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2022-05-24 18:42:47 +00:00
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
9569e99af7 Work is now using jre 11. 2021-09-13 20:14:48 -04:00
1b3f1937b4 Setting up golang 2021-09-13 20:14:48 -04:00
5562f431d0 Generally guard clauses > if else 2021-05-11 15:11:30 -04:00
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
7486f1eecc Fixing work aliases 2021-03-08 00:07:05 -05:00
d2891c6830 Removed git-fuzzy
Cool & all but this shouldn't be added to my dotfiles.
2021-02-18 00:00:13 -05:00
94252d74b9 Added todo_sync script.
This will move/link/create project todo.org to git repo.
2021-02-17 23:45:39 -05:00
09eeee079d Added java to paths 2020-11-27 16:13:42 -05:00
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
468c6f9f19 Relocated Cargo bin path into base zshenv 2020-07-21 20:55:45 -04:00
ea79200290 Fix for cargo 2020-07-21 20:50:48 -04:00
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
a8724ce37e Added cargo bin. 2020-07-19 18:20:05 -04:00
e01f8058ff Exported psqlapp 2020-07-05 20:00:20 -04:00
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
b44fd1318d Removed extra fzf-pass. Not needed, yet.
Plus it doesn't work.
2020-06-27 00:31:11 -04:00
099caf3d7a Adding tty-popup window. 2020-06-27 00:21:13 -04:00
cc38ba2ecf Fixed type that broke doom helper functions. 2020-06-03 10:26:27 -04:00
6d3554d18d Using zsh array path instead of $PATH. 2020-06-02 23:26:08 -04:00
efd267df85 Removed old unused commands added a new one. 2020-05-31 14:15:41 -04:00
d2e6965286 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-05-28 13:39:18 -04:00
ea936540b3 Comments and stuff 2020-05-28 13:29:02 -04:00