Commit Graph

36 Commits

Author SHA1 Message Date
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 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 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 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 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 ea936540b3 Comments and stuff 2020-05-28 13:29:02 -04:00
James Patrick 36794b4d6a Adding pass support. 2020-04-21 23:34:28 -04:00
James Patrick 8ef4f30731 Fixed merge error. 2020-03-10 16:49:47 -04:00
James Patrick 74455e3453 Merge branch 'master' of https://git.jpatrick.io/james/dotfiles 2020-03-09 18:06:17 +00:00
James Patrick 3127de63fa Added alias for the most recent file.
Useful for things like `tail -f $(ls)`.
2020-01-13 14:26:32 -05:00
James Patrick a9dca5890c Merge branch 'master' of https://git.jpatrick.io/james/dotfiles 2019-12-20 15:31:08 +00:00
James Patrick 40d8b3fdf3 Added simple theme for report server.
Its largely based on jackharrisonsherlock's common prompt, but has some
different namespacing, a deterministic prompt color based on the
hostname, and a few other minor changes.

My plan is to add async git info to this, but this is the MVP for this.
2019-12-20 10:09:45 -05:00
James Patrick dcc4c8cb69 OS_TYPE doesn't actually exist. Its OSTYPE. 2019-12-12 21:47:05 -05:00
James Patrick 589e83d8e4 Added Last File alias. 2019-12-11 21:56:30 +00:00
James Patrick d35ca827a8 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2019-11-25 12:26:02 -05:00
James Patrick 9b48fc991c Fixed inverted logic. 2019-11-25 12:18:31 -05:00
James Patrick a1e365546b Tellme script can now tell if post failed.
This is a very fragile implementation of this, but I didn't want to add
any dependencies to this script since I want it to be able to portable
above all else. If anyone has a better solution I would love to hear it.
2019-11-22 14:57:08 -05:00
James Patrick 73c40c8e4b Formatting 2019-11-22 14:56:38 -05:00
James Patrick 5f28729298 A push over script that doesn't hardcode tokens. 2019-11-22 14:52:45 -05:00
James Patrick 898500ffbb Reworked fzf dependency.
I've reorganized some of the fzf dependency some. There are large number
of resources I need from the fzf repo that I have been omitting because
zplug does no work well with a repo that both has both bins and plugins.
Instead I've been manually managing the fzf.zsh files and the fzf-tmux
then using the binary from fzf-bin. This nominally worked for zsh it
wasnone functioning for other things that used fzf as a dependency.
Additionally this broke the rule of don't write what you don't have to
mantra of this project.
2019-11-20 16:45:34 -05:00
James Patrick 1237da247e Friends don't let friends tmux and root. 2019-11-20 16:10:43 -05:00
James Patrick 7271daf860 Added additional options to directory tooling.
Most notiable is Extended globbing.
2019-09-05 18:38:36 +00:00
James Patrick 9aa3561079 Added please alias from @kathyra_ 2019-08-18 12:45:35 -04:00
James Patrick 1f955542e0 Added beginning and end of line keybinds.
home goes to the bol. end goes eol.
2019-08-08 22:08:16 -04:00
James Patrick 439f070b94 Added directory configuration to plug 2019-08-08 22:07:04 -04:00
James Patrick 96fa7dec37 Remvoved errant copy of aliases. 2019-08-05 21:31:49 -04:00
James Patrick 22a4e2a76a Added Aliases for zsh 2019-05-04 01:46:59 -04:00
James Patrick 6c2990e385 Added edit-command-line functions. 2019-05-02 01:49:26 -04:00
James Patrick 325f831796 Added alias function 2019-05-02 01:17:49 -04:00
James Patrick 539058a830 Added better support for autosuggest. 2019-05-02 00:48:04 -04:00
James Patrick e79499c8e3 Added other nascent users. 2019-05-01 22:43:59 -04:00
James Patrick f66468395f Added completion for ZSH. 2019-05-01 22:39:00 -04:00
James Patrick 31f8b64413 Added history to zsh.
Users can still set $HISTFILE if they want to and this will be used instead.
If no value is specified it will default to the $ZDIR/transient/history file.
2019-05-01 21:05:11 -04:00
James Patrick 3b54637ca7 Adding basic zsh configuration.
At this point the following doesn't work.

- prompt
- history
- most autocomplete

Additionally with the tmux script getting loaded zplug we are getting a double
render issue, which is increasing the start up time. I'll probably move this
before the .zshrc set to short circuit having to set up all zplug script twice
before having a useable shell.
2019-04-30 23:29:37 -04:00