Commit Graph

1007 Commits (ae912ceec019b2dc4ea67ae4a3923c8171f9bd20)
 

Author SHA1 Message Date
Buddy Sandidge b4d20626f9 Add node install script
Buddy Sandidge c448b945fa Update ensure-ssh-agent for environments without a runtime dir
On macOS a XDG_RUNTIME is not set. Use a temp file instead if on macOS
Buddy Sandidge 5683bf0b1e Add gitconfig changes for go import of private repo
Buddy Sandidge 6d57aba702 Add install protoc script
Buddy Sandidge 4099ec982d Use XDG_RUNTIME_DIR for ensure ssh agent
Buddy Sandidge 7fa6ac9318 Update deepgrep from alias to function
The latest version of macOS did not play well with the version of
deepgrep that piped find to xargs. Replaced it with version to use exec
feature of find.
Buddy Sandidge 07cc4dd5f8 Add slugify bash alias
Buddy Sandidge 6f00c3e9b1 Ignore .swp files in nerdtree with vim, add .cap file as ruby
Buddy Sandidge 5be46d23f4 Add https as default protocol to curl alias
Buddy Sandidge 62c4b20708 Remove outdated fasterfirefox script
Buddy Sandidge 1be5ba2123 Add bash completion for MacOS using brew
Buddy Sandidge 80a61117b1 Add ~/go/bin to bash path
Buddy Sandidge f40c583a76 Remove color from tmux config due to breaking change in tmux 2.9a
Buddy Sandidge 7a80b14548 Update Plug packages in vimrc
Buddy Sandidge 519712e868 Add path for work paths
Buddy Sandidge e0c3b9b3de Add typescript autogroup for .ts files
Buddy Sandidge ac60eb45ee Add script to ensure ssh agent is running to bash
Buddy Sandidge 362c5f3682 Remove empty ssh config
Buddy Sandidge f607a9349d update vim and i3 config
Buddy Sandidge a77615fc51 change i3 volume on default
Buddy Sandidge 7131c8cb60 include bash completion on os x
Buddy Sandidge 5e051fc5b6 add eslint disable next line snip
Buddy Sandidge c30df7de97 Add typescript vim plugin
Buddy Sandidge f62dfaf3d5 Remove vim bundles
Buddy Sandidge 3751043294 Goodbye pathogen
Buddy Sandidge b4738ba83e Add plug to vim autoload
518a3566c3
Buddy Sandidge be4d417732 cleanup old bin scripts
Buddy Sandidge ebac1a3aea Update deepgrep alias to ignore node_modules
Buddy Sandidge 9ef9ca3bc0 Merge commit '19b843f85139130344e4238488a9b94aa4a5ff51' as 'vim/bundle/tsuquyomi'
Buddy Sandidge 19b843f851 Squashed 'vim/bundle/tsuquyomi/' content from commit 2a3dcbc90
git-subtree-dir: vim/bundle/tsuquyomi
git-subtree-split: 2a3dcbc9085975c3b1c49c382f6c87c69d199a44
Buddy Sandidge 89f3cf21e5 Merge commit '9b31cfa126e19b789a9eecb30a561289150074ca' as 'vim/bundle/typescript'
Buddy Sandidge 9b31cfa126 Squashed 'vim/bundle/typescript/' content from commit 0e9d92eea
git-subtree-dir: vim/bundle/typescript
git-subtree-split: 0e9d92eead2df21abe342c4341c55536dd36b0af
Buddy Sandidge bba3a498f4 manually set NVM_DIR to avoid dumping .nvm to ~/.config
Buddy Sandidge 4dbddfd21a change color-column to 81 to fix off by one error
Buddy Sandidge 1c72c60f71 sort profile xdg environment variables
Buddy Sandidge cb67d31b9d add local/bin to profile
Buddy Sandidge 1219b628c1 Add Mod+Tab to i3 config for moving focus
Buddy Sandidge f967107009 Rewrite mkpodcastplaylist for python3 and cleanup
Buddy Sandidge dd21860151 Add deno to path
Buddy Sandidge b726f201bc Use `command` for direnv hook
Buddy Sandidge 0828796aff Change volume by 1% instead of 5%
Buddy Sandidge 3ad515d65a remove git-flow-completion sourcing from bashrc
Buddy Sandidge 30ca079797 Add podcast user dir
Buddy Sandidge 76a05fe6e4 Merge commit 'b1aadf6780bdd5d14a25d72da0df6450ede60b6a' as 'vim/bundle/hashicorp-tools'
Buddy Sandidge b1aadf6780 Squashed 'vim/bundle/hashicorp-tools/' content from commit 76c076659
git-subtree-dir: vim/bundle/hashicorp-tools
git-subtree-split: 76c076659f4c32b8b95e797fafe748daa7792d16
Buddy Sandidge 0f9d47ce6e Add media keyboard commands
Buddy Sandidge 25aa57f21a Add nvm and vault to bashrc
Buddy Sandidge b5cbe6d260 Set EDITOR, BROWSER and ETCDCTL_API environment variables
Buddy Sandidge c750e54afd disable quotepath in gitconfig
Buddy Sandidge e5f3615c1a Remove git flow completion — not used anymore