9a0c16def2
Inverted SSH_CONNECTION logic that I broke to test.
2019-12-20 10:21:50 -05:00
c4164786b4
Zplug can now install it self better.
2019-12-20 10:14:15 -05:00
eca15345cf
Added env specific zsh.
2019-12-20 10:13:54 -05:00
dcfa3ee35a
Added LSP java support, and switch to using grip.
2019-12-20 10:13:20 -05:00
3a9d08eea1
Formatting.
2019-12-20 10:13:02 -05:00
40d8b3fdf3
Added simple theme for report server.
...
Its largely based on jackharrisonsherlock's common prompt, but has some
different namespacing, a deterministic prompt color based on the
hostname, and a few other minor changes.
My plan is to add async git info to this, but this is the MVP for this.
2019-12-20 10:09:45 -05:00
af4a00dd3e
+tng and +childframe conflict. Don't use both.
2019-12-16 14:05:24 -05:00
bf6d81e958
Added some small UI tweaks for tridactyl theme.
2019-12-16 11:30:09 -05:00
3b9211202a
Cleaned up makefile
2019-12-15 01:37:19 -05:00
35000ec4ce
Fixed eager evaluation of conditionals issue.
2019-12-15 00:32:55 -05:00
ac0adbdcd2
Added second public key.
2019-12-13 16:44:01 -05:00
39632d150e
Added better reporting for mk_link.
2019-12-13 14:31:35 -05:00
5b81a2827b
Added Step that create parent dir in symlinking.
2019-12-13 12:36:07 -05:00
4c05d89590
Removed the silent @ as recipe echoing is disabled.
2019-12-13 12:00:11 -05:00
2ef655378e
Added missing paren.
2019-12-13 11:52:20 -05:00
60a274a90c
Fixed ordering of ln and install.
2019-12-13 11:48:21 -05:00
8fa9db638b
Pushed public key for wok.
2019-12-12 21:47:05 -05:00
dcc4c8cb69
OS_TYPE doesn't actually exist. Its OSTYPE.
2019-12-12 21:47:05 -05:00
35728131ee
Fixed typo that was preventing key creation.
2019-12-12 21:47:05 -05:00
686b50ac55
Fixed typo that prevented doom from updating properly.
2019-12-12 21:47:05 -05:00
af5250ee20
Removed support for spacemacs.
...
I've already switched to doom everywhere, so might as well just remove
support for spacemacs.
2019-12-12 19:52:32 -05:00
0f5ec64c16
Reorganzied zplug to correctly group command & groups.
2019-12-12 13:44:45 -05:00
589e83d8e4
Added Last File alias.
2019-12-11 21:56:30 +00:00
19ef1433b2
Merge branch 'master' of https://git.jpatrick.io/james/dotfiles
2019-12-11 20:31:17 +00:00
ed6d9b4b83
Added devx helper functions.
2019-12-11 20:30:02 +00:00
0edd5d513a
Adding public key system to update script.
...
There should be no issue with this. The SSH server will already
advertise the keys to all connecting instances.
2019-12-11 00:55:57 -05:00
1bc305b48e
Added missing semicolon to theme.
2019-12-11 00:55:57 -05:00
578b14331f
Added emacs modeline like feature.
2019-12-11 00:55:57 -05:00
15442e30f0
Experimenting with LSPs.
2019-12-11 00:55:57 -05:00
cdfb5e7f3e
Added projectile base dir.
2019-12-11 00:55:57 -05:00
b21a6d9726
Updated readme for project
2019-12-04 01:01:09 -05:00
328a525afd
Switched from update and upgrade to just refresh.
...
Upgrade and update (which is a bit redundant as upgrade does an update.)
take a prohibitively long time on both of my machines. Instead I'll
manually manage that and just use refresh instead.
2019-12-04 01:01:09 -05:00
2cd660a4e9
Formatting.
2019-12-01 16:02:10 -05:00
b611b56352
Add editconfig and make support.
2019-12-01 15:59:33 -05:00
68ef4c68f3
Added tab complete for company & fuzzy for helm.
2019-12-01 15:54:52 -05:00
8cb599fe45
updated linux tts for firefox.
...
Adjusted speed and voice used.
2019-11-25 12:27:41 -05:00
d35ca827a8
Merge branch 'master' of git.jpatrick.io:james/dotfiles
2019-11-25 12:26:02 -05:00
3f28364a66
Added Farge
2019-11-25 12:23:38 -05:00
e1acc457cd
Added fix for shell scripts.
2019-11-25 12:20:54 -05:00
9b48fc991c
Fixed inverted logic.
2019-11-25 12:18:31 -05:00
a1e365546b
Tellme script can now tell if post failed.
...
This is a very fragile implementation of this, but I didn't want to add
any dependencies to this script since I want it to be able to portable
above all else. If anyone has a better solution I would love to hear it.
2019-11-22 14:57:08 -05:00
73c40c8e4b
Formatting
2019-11-22 14:56:38 -05:00
a44bfd1a6e
Specified as and defer tags for autoenv.
2019-11-22 14:55:05 -05:00
569598683e
Fixed bad XDG CONFIG value.
...
Not sure why I thought it would be DIR instead of HOME but I blame
poorly executed theft.
2019-11-22 14:53:31 -05:00
5f28729298
A push over script that doesn't hardcode tokens.
2019-11-22 14:52:45 -05:00
f167ebb4a1
Grouped commands, plugins, and themes.
...
Basically just relocated the command out of the middle of the plugins.
2019-11-20 17:24:15 -05:00
898500ffbb
Reworked fzf dependency.
...
I've reorganized some of the fzf dependency some. There are large number
of resources I need from the fzf repo that I have been omitting because
zplug does no work well with a repo that both has both bins and plugins.
Instead I've been manually managing the fzf.zsh files and the fzf-tmux
then using the binary from fzf-bin. This nominally worked for zsh it
wasnone functioning for other things that used fzf as a dependency.
Additionally this broke the rule of don't write what you don't have to
mantra of this project.
2019-11-20 16:45:34 -05:00
1237da247e
Friends don't let friends tmux and root.
2019-11-20 16:10:43 -05:00
07485b1f02
Reorganized sway config.
2019-10-06 01:36:31 -04:00
f22aa4acd1
Formatting
2019-10-06 00:20:14 -04:00