Commit graph

305 commits

Author SHA1 Message Date
3398d0d657
Swap ZoomWin to ZoomWinTab
ZoomWin functions, but with errors on saving window state in neovim.
Replacing with ZoomWinTab resolves these errors at a minor cost: a new
tab is opened with the buffer.  I do not currently use tabs, but this
has the potential to impact future development
2017-10-17 23:53:04 -04:00
47a3bf1dfb
Swap ctrlp to fzf for faster fuzzy finds 2017-10-17 23:53:04 -04:00
2b9e9ca134
Update README (finally) 2017-10-17 23:22:31 -04:00
aa8965ff94
Cleanup plugins 2017-09-12 09:11:38 -04:00
f113e0428c
Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
fbc528da5f
Enable true colors 2017-08-30 21:18:04 -04:00
fdd2d39ebb
Add more aliases... 2017-07-10 10:30:27 -04:00
de410b87a2
Force sublime text to accept file path
https://github.com/SublimeTextIssues/Core/issues/675#issuecomment-73426588
outlines an issue with tmux that I am affected by.  This fixes it.  I
assume the same thing applies on Linux but don't have a gui to test on.
2017-07-10 10:29:01 -04:00
0d49f3bcbc
Fix gpg program to use
The latest homebrew upgrade seems to no longer provide gpg and instead
provides gpg2.
2017-05-02 08:59:36 -04:00
28a3897995
Fix TouchBar when it (frequently) breaks
From http://osxdaily.com/2017/01/11/manually-refresh-touch-bar-mac/ this
will reset the control portion of the touch bar which has been
frequently breaking in New and Interesting Ways™.
2017-04-11 19:11:04 -04:00
14460d6f38
gitconfig revisit
Nothing major but two nice updates:

* showUntrackedFiles = all

When a new directory enters the repo space, this should show all files
in the directory instead of just the directory name

* fsckobjects = true

Universally recommended via the note in the file
2017-04-06 10:43:51 -04:00
92085b6f7d
This was breaking stuff 2017-04-06 10:43:04 -04:00
87db323709
Sign all commits 2017-02-20 11:02:45 -05:00
23557cf409
Updates for GPG 2017-02-20 10:02:49 -05:00
28b3162317 Alias to fix time in Docker 2017-02-07 22:58:12 -05:00
b22a99292e Be a bit faster loading rbenv/nodenv 2017-01-17 09:23:38 -05:00
0f3bd4652a Some yarn functionality 2017-01-14 12:18:34 -05:00
2b50656cda Revert "Lazy load our shim loaders"
This reverts commit 982439c2b2.
2017-01-03 17:25:46 -05:00
dd2b5b54cd Alias npm-exec function 2017-01-03 16:32:04 -05:00
982439c2b2 Lazy load our shim loaders 2017-01-03 16:28:49 -05:00
0fccfd640c Nodenv over nvm 2016-12-22 13:26:45 -05:00
4ea11149c5 BSD ls does not have -I; use find 2016-12-13 14:37:15 -05:00
d1577873fc Homebrew said so 2016-11-16 09:14:09 -05:00
9917043378 Make row and column colorings more apparent 2016-11-16 09:13:36 -05:00
636460b6bc Add Javascript aws-sdk default profile env
They are different............
2016-10-28 15:51:07 -04:00
287fb0ebf2 Add bin/ctrl alias 2016-10-11 17:48:12 -04:00
ddecaf534a I hate node; don't force global installs 2016-09-23 14:41:09 -04:00
7dae07f420 Better gup 2016-09-23 14:40:59 -04:00
a7ffcadf70 Add the vim-git plugin
This is yet another way to fix my 72 character wrap issue.  vim-git
aggressively fixes my formatoptions locally for git files.  It also adds
syntax highlighting for my gitconfig which is useful
2016-09-14 11:34:48 -04:00
012d4eb643 The actual solution to my git line wrap problems
Apparently, I need formatoptions to include t for vim-fugitive to
correctly wrap at 72 characters. I have no idea why, but I guess this is
an indicator I should figure out what formatoptions actually is doing
for me instead of just copying it from someone else's vimrc.

Solution from http://stackoverflow.com/a/11023282 in one of the
comments.
2016-09-14 10:36:49 -04:00
3e653c3da3 Wrap lines at 72 in gitcommit file types
I'm not sure why vim-fugitive isn't doing this, but I'll just fix it on
my own.
2016-09-14 10:33:41 -04:00
28b0f32e33 format json 2016-08-26 13:40:18 -04:00
e1517026fc some more stuff 2016-08-18 19:10:48 -04:00
eafa67f1b8 Statusline changes, updatetime, plugin stuff 2016-08-16 00:27:42 -04:00
be089e1b80 Abstract function to plugin 2016-08-15 22:41:18 -04:00
f621c6baef Detect all thigns filetype! 2016-08-15 20:25:07 -04:00
2941af326a a couple more aliases 2016-08-15 11:29:14 -04:00
bd9b7d0ef3 Ugh...it didn't work...don't know why. 2016-08-15 11:21:10 -04:00
b5b41bb595 Other completion / word fixes 2016-08-15 10:05:09 -04:00
b5cab9cfa8 Fix for emacs shortcuts
From tmux docs:

"The default is emacs, unless the VISUAL or EDITOR environment variables are set
and contain the string `vi'."

For some reason,

set -g status-keys emacs

does not seem to override.  For now, let's get our emacs keybinds back by
clearing EDITOR.
2016-08-14 21:08:10 -04:00
eff7e9d880 Revamp 2016-08-14 20:57:24 -04:00
02f1e08bf8 ignore DS_Store 2016-06-20 13:38:25 -04:00
b8fe67f52a Some docker stuff 2016-06-17 23:32:04 -04:00
d07e338b2e 2.2; i should really find a better solution 2016-06-14 13:20:47 -04:00
9ec6655393 and exclude pattern 2016-06-08 17:11:24 -04:00
e34efb8243 Tryout editorconfig
Requires installation of editorconfig client

homebrew editorconfig on mac
2016-06-08 17:08:23 -04:00
480e860104 Switching AWS profiles 2016-06-08 10:32:44 -04:00
fc4d55b1e8 For vue.. 2016-05-17 21:05:24 -04:00
aa5239d9dc weather 2016-04-18 16:12:05 -04:00
c873e287c5 Docker beta! 2016-04-11 22:19:42 -04:00