Commit Graph

356 Commits

Author SHA1 Message Date
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 fe83484ffc Added preview and color scheme 2020-08-17 23:35:39 -04:00
James Patrick 0b5d49b31d Fixed Formatting issue. 2020-08-17 23:35:16 -04:00
James Patrick e000e0e586 Added QR Code 2020-08-16 17:40:27 -04:00
James Patrick bca8d466b6 Formatting 2020-08-16 17:40:08 -04:00
James Patrick d2552cd68a Sometimes the best solution is the simplest.
Fixed the paging issue by just having paging done in the current pane.
The other option was to see swaymsg to relaunch
2020-08-16 17:03:44 -04:00
James Patrick 3c3ca9309d refactored fzf-pass
- username and password are no longer stored and passed as variables
- no longer need to relocated to unused workspace to function.
- fixed (hopefully logic in page)
2020-08-16 00:43:28 -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 c0ccdf4d08 Enabling RGB 2020-07-21 20:50:48 -04:00
James Patrick 61d0d91c57 Adding kitty config. 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 1ef087d030 Removed errent delim. 2020-07-13 12:12:54 -04:00
James Patrick e79c2439f9 Significant rewrite of maximbaz's clipboard tool
Currently this adds file object and descriptions separated by a control
delim, rather than raw clipboard text, fixes some issues with invalidly
rendered null terminated clipped objects.

I am also working on a delete function that uses fzf --bind method and
the reload function. This is currently not working for some unknown
issue. I'm working on resolving this issue.
2020-07-13 12:05:09 -04:00
James Patrick f22e414af7 Fixed PIP for firefox. 2020-07-09 19:52:43 -04:00
James Patrick d56083c2c1 Adding limted agenda files. 2020-07-09 02:35:03 -04:00
James Patrick 2dad892761 renaming for better syntax highlighting. 2020-07-09 00:23:44 -04:00
James Patrick 2d5c75f7b5 Comments. The lazy man's documentation. 2020-07-09 00:22:53 -04:00
James Patrick ab918ab3b5 Make things slightly easier to read. 2020-07-09 00:04:28 -04:00
James Patrick 863b0dd5ac Removed whitespace 2020-07-09 00:04:11 -04:00
James Patrick 08a5800484 Added better support for home office docked setup 2020-07-09 00:03:06 -04:00
James Patrick bcf0035147 Relocated org stuff into org.el file. 2020-07-05 20:18:07 -04:00
James Patrick e01f8058ff Exported psqlapp 2020-07-05 20:00:20 -04:00
James Patrick 5692407ba3 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-07-03 02:40:04 -04:00
James Patrick 0bc487ccc9 Added pass extensions
To tried to properly explain. Pretty easy to read. Go do that.
2020-07-03 02:39:14 -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 494ea1de35 Removed comments & slowed batt warning. 2020-06-29 12:29:09 -04:00
James Patrick 3a2f9550b7 Doom doesn't always reload config, Fixed issue. 2020-06-29 12:28:15 -04:00
James Patrick 3ed37ae8eb Have Deft scan recursively. 2020-06-29 12:27:35 -04:00
James Patrick 50c512b4a9 Beep boop I'm adding more options to projectile. 2020-06-27 22:23:58 -04:00
James Patrick d7862cc24a Automatically add repos to projectile.
This will selectively ignore any directories that don't exist.
2020-06-27 22:22:32 -04:00
James Patrick 51a1165071 Using swappy for stuff. 2020-06-27 01:00:02 -04:00
James Patrick c766a0ed9f Switching to swaylock-effects
faster, prettier, more options at the cost of a really long command that
blurs the light of well maybe this should just be a script.
https://github.com/mortie/swaylock-effects
2020-06-27 00:57:32 -04:00
James Patrick 481d1eb80a Adding typos and adding stuff to make things consistant 2020-06-27 00:49:46 -04:00
James Patrick 3e1eb7e28d Migrating to wl-clipboard-manager tooling.
For some reason clipman causes crashes, plus this works better.
2020-06-27 00:47:59 -04:00
James Patrick f3bf8f377f Added pushover notification tool
So far I'm the only other person using this. This app need to be
manually installed and configured, but is worth the headache.

https://github.com/jangxx/SchubsiGo
2020-06-27 00:33:47 -04:00
James Patrick 267645016e Adding theoretical logging to autostart tools. 2020-06-27 00:32: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 7999a4110e Moving fzf-pass local versioning.
I'm loosing the versioning but I think I'm going to take this in a
different direction.

1. work with standard browser pass format. Including with pass or as
leading line.
2. Be fully system agnostic (ydotool, of clipboard stuff can be added on
top)
3. Have option to print current full text.

All of these will require significant changes.
2020-06-27 00:30:05 -04:00
James Patrick 099caf3d7a Adding tty-popup window. 2020-06-27 00:21:13 -04:00
James Patrick 73945c47ce Changed unicode object. 2020-06-26 20:01:28 -04:00
James Patrick 18754eb2e6 Correct osx location for emacs client. 2020-06-03 10:27:07 -04:00
James Patrick cc38ba2ecf Fixed type that broke doom helper functions. 2020-06-03 10:26:27 -04:00
James Patrick baa1af26a4 Init script will reset this from https to ssh. 2020-06-03 00:20:58 -04:00
James Patrick 6d3554d18d Using zsh array path instead of $PATH. 2020-06-02 23:26:08 -04:00
James Patrick f1a5e6aa8d Ever think hey this line should be moved up a couple of spaces because
it looks prettier?

Yeah...
2020-06-02 23:25:02 -04:00
James Patrick f652f88d01 Added python support 2020-06-02 23:24:46 -04:00
James Patrick 6389f21f89 Completing the removal of wall/ dir 2020-06-02 23:23:45 -04:00
James Patrick 67d9752af3 Use fancy splash for fancy doom 2020-06-02 23:23:15 -04:00