Commit Graph

528 Commits

Author SHA1 Message Date
James Patrick b8e41ca491 Use chruby on linux and rbenv on mac 2020-11-27 16:46:00 -05:00
James Patrick 09eeee079d Added java to paths 2020-11-27 16:13:42 -05:00
James Patrick cad3533153 Adding forge 2020-11-27 16:12:10 -05:00
James Patrick d911851b9b Pretty-code moved to ligatures
See 7081d83.
2020-11-27 16:07:37 -05:00
James Patrick f6a7b25125 import org for faster run of emacs batch eval
We can run
 emacs -batch -l ~/.doom.d/+org.el -eval '(org-batch-agenda-csv "t")'
Which is significantly faster than booting up all of doom.
2020-11-27 15:57:55 -05:00
James Patrick f0fd387fbf LSP for web wasn't working well last time I tried.
There was a fair bit on slow request/response time from the server.
2020-11-20 12:34:00 -05:00
James Patrick 486e5faa64 Addd binds for QR and deleting items in buffer. 2020-10-07 01:44:52 -04:00
James Patrick 10a658bd5b Sanitized cliphistory. 2020-10-06 23:39:43 -04:00
James Patrick 4d25b2e7b3 Reworked some styling and removed old values 2020-09-16 22:10:32 -04:00
James Patrick 23d3efc525 Updated clipboard script to actually work. Kind of
There are some issues around escaping characters. But it is currently functioning.
2020-09-16 22:09:35 -04:00
James Patrick 50ef9fd177 refactor and adding custom wifi module. 2020-09-16 22:08:52 -04:00
James Patrick 4e5cb3baad Fixed some issue nonstandard font name. 2020-09-03 00:36:14 -04:00
James Patrick dba9d57965 Using nerdfont for more icons. 2020-09-03 00:35:14 -04:00
James Patrick 4a9e7f32d7 Extracted out color constants to prevent repeating myself.
Extracted out color constants to prevent repeating myself.
2020-09-03 00:34:42 -04:00
James Patrick df58c9f4f2 Added more states for waybar. 2020-08-27 00:55:38 -04:00
James Patrick 5569f2db2a Fixing the log errors.
The old Xresources based configuration format is deprecated.
2020-08-24 21:12:09 -04:00
James Patrick e595adafbc Switched to gammastep from no longer supported redshft 2020-08-24 21:11:23 -04:00
James Patrick a245fa3571 Reordered icons.
I'm going to do a series of refactoring commit and wanted to change some
things prior.
2020-08-24 21:09:10 -04:00
James Patrick 5134aebbaa Added access to rofi scripts 2020-08-24 21:07:30 -04:00
James Patrick b5f96ec5f9 Added github key for zuk 2020-08-21 23:53:23 -04:00
James Patrick 8c6028aa77 Adding Identiy for github. 2020-08-21 18:10:11 -04:00
James Patrick d068046f1c Using Hasklig on OSX for emacs
Fira has a weird issue with OSX where its displaying ligature symbols as
hanzi characters. For the time being I'm going to use hasklig.
2020-08-21 18:05:10 -04: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 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