Buddy Sandidge
5e051fc5b6
add eslint disable next line snip
6 years ago
Buddy Sandidge
c30df7de97
Add typescript vim plugin
6 years ago
Buddy Sandidge
f62dfaf3d5
Remove vim bundles
6 years ago
Buddy Sandidge
3751043294
Goodbye pathogen
6 years ago
Buddy Sandidge
b4738ba83e
Add plug to vim autoload
...
518a3566c3
6 years ago
Buddy Sandidge
be4d417732
cleanup old bin scripts
6 years ago
Buddy Sandidge
ebac1a3aea
Update deepgrep alias to ignore node_modules
6 years ago
Buddy Sandidge
9ef9ca3bc0
Merge commit '19b843f85139130344e4238488a9b94aa4a5ff51' as 'vim/bundle/tsuquyomi'
6 years ago
Buddy Sandidge
19b843f851
Squashed 'vim/bundle/tsuquyomi/' content from commit 2a3dcbc90
...
git-subtree-dir: vim/bundle/tsuquyomi
git-subtree-split: 2a3dcbc9085975c3b1c49c382f6c87c69d199a44
6 years ago
Buddy Sandidge
89f3cf21e5
Merge commit '9b31cfa126e19b789a9eecb30a561289150074ca' as 'vim/bundle/typescript'
6 years ago
Buddy Sandidge
9b31cfa126
Squashed 'vim/bundle/typescript/' content from commit 0e9d92eea
...
git-subtree-dir: vim/bundle/typescript
git-subtree-split: 0e9d92eead2df21abe342c4341c55536dd36b0af
6 years ago
Buddy Sandidge
bba3a498f4
manually set NVM_DIR to avoid dumping .nvm to ~/.config
6 years ago
Buddy Sandidge
4dbddfd21a
change color-column to 81 to fix off by one error
6 years ago
Buddy Sandidge
1c72c60f71
sort profile xdg environment variables
6 years ago
Buddy Sandidge
cb67d31b9d
add local/bin to profile
6 years ago
Buddy Sandidge
1219b628c1
Add Mod+Tab to i3 config for moving focus
6 years ago
Buddy Sandidge
f967107009
Rewrite mkpodcastplaylist for python3 and cleanup
6 years ago
Buddy Sandidge
dd21860151
Add deno to path
6 years ago
Buddy Sandidge
b726f201bc
Use `command` for direnv hook
6 years ago
Buddy Sandidge
0828796aff
Change volume by 1% instead of 5%
6 years ago
Buddy Sandidge
3ad515d65a
remove git-flow-completion sourcing from bashrc
6 years ago
Buddy Sandidge
30ca079797
Add podcast user dir
6 years ago
Buddy Sandidge
76a05fe6e4
Merge commit 'b1aadf6780bdd5d14a25d72da0df6450ede60b6a' as 'vim/bundle/hashicorp-tools'
6 years ago
Buddy Sandidge
b1aadf6780
Squashed 'vim/bundle/hashicorp-tools/' content from commit 76c076659
...
git-subtree-dir: vim/bundle/hashicorp-tools
git-subtree-split: 76c076659f4c32b8b95e797fafe748daa7792d16
6 years ago
Buddy Sandidge
0f9d47ce6e
Add media keyboard commands
6 years ago
Buddy Sandidge
25aa57f21a
Add nvm and vault to bashrc
6 years ago
Buddy Sandidge
b5cbe6d260
Set EDITOR, BROWSER and ETCDCTL_API environment variables
6 years ago
Buddy Sandidge
c750e54afd
disable quotepath in gitconfig
6 years ago
Buddy Sandidge
e5f3615c1a
Remove git flow completion — not used anymore
6 years ago
Buddy Sandidge
c52f884aa9
Update aliases
6 years ago
Buddy Sandidge
e3034742df
Remove outdated path entries
6 years ago
Buddy Sandidge
18f2d06b19
Clean up i3 config
6 years ago
Buddy Sandidge
ad91eb6696
Add i3status config
6 years ago
Buddy Sandidge
7a5394bee5
Show current line number in vim
6 years ago
Buddy Sandidge
bb0cb75831
cleanup
6 years ago
Buddy Sandidge
a60b752614
Add xdg base directory spec
6 years ago
Buddy Sandidge
c9fc813e19
Update aliases for OS X
6 years ago
Buddy Sandidge
60ba9b27ae
disable horizontal split in i3 for now
6 years ago
Buddy Sandidge
aabb888752
clean up bash config
6 years ago
Buddy Sandidge
1074406b66
Move setting path variable to it's own file
6 years ago
Buddy Sandidge
932399e2ad
Default to python3 shebang
6 years ago
Buddy Sandidge
22c86511d1
Change timestamp to purple in bash prompt
6 years ago
Buddy Sandidge
11841ff90e
Show error without stacktrace in autolink
6 years ago
Buddy Sandidge
fd5cfe72eb
Merge commit '2eb29a8c2b4d8af9c88c35d7925e254a19b06a79' as 'vim/bundle/prettier'
6 years ago
Buddy Sandidge
2eb29a8c2b
Squashed 'vim/bundle/prettier/' content from commit 8f22354d9
...
git-subtree-dir: vim/bundle/prettier
git-subtree-split: 8f22354d9138b76646958bcc257111a4a5f23d98
6 years ago
Buddy Sandidge
c67c64d16f
Add i3 config
6 years ago
Buddy Sandidge
1868e48aee
Merge commit '9a2a3070868d46dc15eaaa3084fec20ad28e80ed' as 'vim/bundle/vue'
6 years ago
Buddy Sandidge
9a2a307086
Squashed 'vim/bundle/vue/' content from commit e306929b2
...
git-subtree-dir: vim/bundle/vue
git-subtree-split: e306929b27bea08ab505de7a4617e642b56b6dcd
6 years ago
Buddy Sandidge
c8ce15bf65
Add user-dirs.dirs file
6 years ago
Buddy Sandidge
b2e14a89f5
rewrite autolink script
...
Finally updated script to python3. Changed how the script works.
The old version made a symlink for each directory in the dot-files.
The new version:
• makes directories for each folder in the dot-files in home directory
• a folder [dot-files]/foo/bar will make folder ~/.foo/bar
• makes symlinks for each file in the dot-files
• a file [dot-files]/foo/bar/baz will make symlink
~/.foo/bar/baz → [dot-files]/foo/bar/baz
6 years ago