Commit Graph

549 Commits

Author SHA1 Message Date
76fa17427f Updating the org UI to try and make it better looking.
Mixed Mode is loaded from the zen doom module, but there's a fair amount
of general weirdness with the ZEN mode so there might be some rough edges.
2021-04-02 15:51:02 -04:00
65e012d880 Enabling the systems that I want. 2021-04-02 15:45:32 -04:00
3bb0ae8e98 Corrected Lexical binding string 2021-04-02 15:45:01 -04:00
7313b6ccb0 bankruptcy of enabled modules. 2021-03-20 19:29:40 -04:00
ed61954dc0 bump 2021-03-08 00:14:46 -05:00
7486f1eecc Fixing work aliases 2021-03-08 00:07:05 -05:00
d2891c6830 Removed git-fuzzy
Cool & all but this shouldn't be added to my dotfiles.
2021-02-18 00:00:13 -05:00
543009a8da Bump 2021-02-17 23:59:34 -05:00
fd66191bdf Added Window Switching tool for sway 2021-02-17 23:58:48 -05: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
6c638715c5 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-12-08 22:05:16 -05:00
06389a76e2 Whitespace changes. 2020-12-08 22:03:39 -05:00
aee151dbb9 Added wifi click behavior. 2020-12-08 22:02:44 -05:00
73e9b85d7d removed todo 2020-11-27 17:14:31 -05:00
6bc4a7849d Updated and cleared doom modules. 2020-11-27 17:14:16 -05:00
8f7cf56234 Merge branch 'master' of git.jpatrick.io:james/dotfiles into master 2020-11-27 16:59:16 -05:00
1780abde72 Run the tasks. 2020-11-27 16:56:11 -05:00
c7eb2179d9 Make's UI is weird in emacs.
Its easier just to run it in the command line.
2020-11-27 16:55:27 -05:00
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