Commit Graph

536 Commits

Author SHA1 Message Date
d6efdba2b8 Actually ran the thing to test it. 2019-06-13 12:50:35 -05:00
6056565b8c Adding some documentation. 2019-06-13 12:50:06 -05:00
380764bd0d Fix more idiot path issues in macOS
- now I remember what that stupid commented out block was for.
- I hate myself lmao.
2019-06-13 12:21:15 -05:00
3672bec174 Fix idiot path issues in emacs. 2019-06-13 11:25:15 -05:00
1e2799481d Trying venv stuff
- its not working :(
2019-06-12 22:07:36 -05:00
ac1eafd636 Spacing I guess lol. 2019-06-12 20:50:50 -05:00
b634ccc038 Update <C-c J> binding to go to the .org init file. 2019-06-12 17:21:56 -05:00
1ec361448e Add gpg handling for mac vs non-mac systems; add to pdf-tools config
- without pinentry set, macs won't ever prompt
- add org-pdfview to follow along with trial video.
2019-06-12 17:21:02 -05:00
eae9259e30 Uncomment out epa-pinentry-mode to trial seahorse. 2019-06-11 20:19:25 -05:00
354444c4b0 Updating with newest from jlj-init.org. 2019-06-10 13:34:25 -05:00
b44ac1f638 Update with interesting org-mode snippet. 2019-06-10 13:34:13 -05:00
6d27bfd1d5 Add capture templates back; try out org-bullets. 2019-06-10 13:34:01 -05:00
2e01756bf9 Oops. 2019-06-07 16:41:28 -05:00
f4af497763 Adding new packages. 2019-06-07 15:32:49 -05:00
dbd9b94edf Add global-hl-line-mode 2019-06-07 15:32:40 -05:00
60b84736b4 Add iedit to core config. 2019-06-07 15:32:22 -05:00
3a8b9a488b Force org-babel to use python3 version. 2019-06-07 13:12:00 -05:00
c228fdff73 Remove unnecessary deadspace. 2019-06-07 12:37:38 -05:00
ee3ff27e79 Removing global-line-number-mode
- I don't seem to need it anymore
2019-06-07 11:34:21 -05:00
da1f096b78 Further python configuration
- adding jedi
- adding notes.
2019-06-07 11:33:50 -05:00
7c9d9fddf7 More python improvements;
- stripping out everything i don't actually need
- moving to a more vanilla config.
2019-06-07 11:26:46 -05:00
8406f60396 Retrying flycheck, forcing python3 location. 2019-06-07 11:10:57 -05:00
aec67d17b2 Add on the revealjs source so I don't have to rely on web. 2019-06-07 10:40:24 -05:00
f3bf76de8b Move custom-set vars to the proper init.el file. 2019-06-07 10:40:04 -05:00
a597f5da11 Add ox-reveal package for easy presentations. 2019-06-07 10:39:37 -05:00
0198036f23 Fixing type (remove *). 2019-06-07 10:13:37 -05:00
f55c6bd73b Move user-init-file declaration from org file to bootstrap.
- i couldn't get it to work when in the org-mode file, oddly
- moving it to the bootstrap file worked just fine.
2019-06-07 09:30:44 -05:00
210de56cf3 Update gitignore to include jlj-init.el. 2019-06-06 15:23:25 -05:00
ce768c5908 Move over to org-mode init file.
- init.el now bootstraps use-package > load jlj-init.org
- jlj-init.org gets tangled to jlj-init.el
- jlj-init.el should stay out of version control.
2019-06-06 15:22:11 -05:00
1da9e08fc1 Move to mono file to prepare for org-mode init file. 2019-06-06 13:28:56 -05:00
c73fa1501e Convert package management to (use-package) 2019-06-06 11:56:55 -05:00
ba3e4fc58c Remove references to emojify-mode 2019-06-05 16:09:55 -05:00
83ccff34df Remove the duplicate issues created during the merge.
- hoisted by my own merge.
2019-06-05 16:09:36 -05:00
0e0dbfd32a Merge branch 'master' of github.com:jowj/agares 2019-06-05 15:26:44 -05:00
ac03d97495 Check out certain new packages; begin (use-package) use.
- Eventually all of my packages will be converted to use-package
- but going slow at the moment.
2019-06-05 15:20:26 -05:00
062ecaf2c8 Merge branch 'master' of github.com:jowj/agares 2019-05-31 19:04:38 -05:00
feffbf7650 Enable emojify mode. 2019-05-31 19:03:49 -05:00
285a239730 Update individual deploy to match updated group deploy. 2019-05-30 17:44:17 -05:00
044e20c27a Fix spacing issues in bash prompt.
- missed a spot previously that needed to be space escaped.
2019-05-30 13:29:01 -05:00
f834f68da9 Fix bash prompt spacing issues
- added many \[ \] pairs to fix spacing issues
2019-05-30 11:21:34 -05:00
4d826e8987 Rename job step to bee moree intuitive. 2019-05-28 17:09:33 -05:00
fbbd14538d Update bind mount syntax to be more xferrable. 2019-05-28 16:08:05 -05:00
e59a120fc2 Fix an issue with the mojo deploy steps. 2019-05-28 15:01:13 -05:00
4721c5fa35 Update deploy.yml to be more forgiving of errors.
- Each service deploy should be more flexible
- many more 'if/when' declarations.
2019-05-28 14:48:09 -05:00
95f471afa4 Fixing bad commit. 2019-05-28 14:32:05 -05:00
32ead38d17 Update shell to command. 2019-05-28 14:31:12 -05:00
80ae35351f Remove proxy command. 2019-05-28 14:22:22 -05:00
22867caacb Add temp bulk deploy file. 2019-05-28 13:38:18 -05:00
cd4f8af3c8 Remove instance of 'cargo' package. 2019-05-28 10:44:47 -05:00
4a506faa55 Adding SMEX configuration
- this is weird but everyone seems to love it, so lets try it!
2019-05-28 10:33:06 -05:00