Commit Graph

581 Commits

Author SHA1 Message Date
c298ca5376 This is required after pretty-code -> ligatures. 2020-11-27 16:53:49 -05:00
679437e9ad Define github name 2020-11-27 16:53:24 -05:00
4b5034f705 Added comments 2020-11-27 16:49:06 -05:00
b8e41ca491 Use chruby on linux and rbenv on mac 2020-11-27 16:46:00 -05:00
09eeee079d Added java to paths 2020-11-27 16:13:42 -05:00
cad3533153 Adding forge 2020-11-27 16:12:10 -05:00
d911851b9b Pretty-code moved to ligatures
See 7081d83.
2020-11-27 16:07:37 -05:00
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
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
486e5faa64 Addd binds for QR and deleting items in buffer. 2020-10-07 01:44:52 -04:00
10a658bd5b Sanitized cliphistory. 2020-10-06 23:39:43 -04:00
4d25b2e7b3 Reworked some styling and removed old values 2020-09-16 22:10:32 -04:00
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
50ef9fd177 refactor and adding custom wifi module. 2020-09-16 22:08:52 -04:00
4e5cb3baad Fixed some issue nonstandard font name. 2020-09-03 00:36:14 -04:00
dba9d57965 Using nerdfont for more icons. 2020-09-03 00:35:14 -04:00
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
df58c9f4f2 Added more states for waybar. 2020-08-27 00:55:38 -04:00
5569f2db2a Fixing the log errors.
The old Xresources based configuration format is deprecated.
2020-08-24 21:12:09 -04:00
e595adafbc Switched to gammastep from no longer supported redshft 2020-08-24 21:11:23 -04:00
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
5134aebbaa Added access to rofi scripts 2020-08-24 21:07:30 -04:00
b5f96ec5f9 Added github key for zuk 2020-08-21 23:53:23 -04:00
8c6028aa77 Adding Identiy for github. 2020-08-21 18:10:11 -04:00
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
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
fe83484ffc Added preview and color scheme 2020-08-17 23:35:39 -04:00
0b5d49b31d Fixed Formatting issue. 2020-08-17 23:35:16 -04:00
e000e0e586 Added QR Code 2020-08-16 17:40:27 -04:00
bca8d466b6 Formatting 2020-08-16 17:40:08 -04:00
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
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
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
c0ccdf4d08 Enabling RGB 2020-07-21 20:50:48 -04:00
61d0d91c57 Adding kitty config. 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
1ef087d030 Removed errent delim. 2020-07-13 12:12:54 -04:00
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
f22e414af7 Fixed PIP for firefox. 2020-07-09 19:52:43 -04:00
d56083c2c1 Adding limted agenda files. 2020-07-09 02:35:03 -04:00
2dad892761 renaming for better syntax highlighting. 2020-07-09 00:23:44 -04:00
2d5c75f7b5 Comments. The lazy man's documentation. 2020-07-09 00:22:53 -04:00
ab918ab3b5 Make things slightly easier to read. 2020-07-09 00:04:28 -04:00
863b0dd5ac Removed whitespace 2020-07-09 00:04:11 -04:00
08a5800484 Added better support for home office docked setup 2020-07-09 00:03:06 -04:00
bcf0035147 Relocated org stuff into org.el file. 2020-07-05 20:18:07 -04:00
e01f8058ff Exported psqlapp 2020-07-05 20:00:20 -04:00
5692407ba3 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-07-03 02:40:04 -04:00