Commit Graph

10 Commits

Author SHA1 Message Date
James Patrick
7d676afbec
Fixed fzf load issue.
Issue stemmed from fzf-tmux being included in the fzf script. This was
cause a race condition conflict. And would only load correctly when the
imported version loaded first. This is why it only worked on the first
where this resources had to be downloaded.
2024-07-25 09:52:50 -04:00
James Patrick
e711c69ac7
zsh bin: +tubeosock for remote tunneling 2024-07-10 11:19:43 -04:00
James Patrick
255fdd7757 Fixed formatting for helper scripts 2022-09-20 19:24:09 -04: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
b44fd1318d Removed extra fzf-pass. Not needed, yet.
Plus it doesn't work.
2020-06-27 00:31:11 -04:00
36794b4d6a Adding pass support. 2020-04-21 23:34:28 -04:00
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
73c40c8e4b Formatting 2019-11-22 14:56:38 -05:00
5f28729298 A push over script that doesn't hardcode tokens. 2019-11-22 14:52:45 -05:00
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