c7847d2dc4
ignore dirty state of submodule
2016-06-19 15:33:12 +01:00
941a089d66
modifications to obtain working environment
2016-06-19 15:32:34 +01:00
0bf1741698
reorganise vim config directory
2016-06-19 15:28:11 +01:00
5c2ececbdf
reorganise installation script
2016-06-19 15:24:11 +01:00
6a99745ff8
move back to vim
2016-06-19 15:22:39 +01:00
1ec2cfafeb
add tmux plugin manager
2016-06-19 15:21:23 +01:00
699645bd1b
delete unused things
2016-06-19 15:09:02 +01:00
Nick Nisi
1f14af4ef9
add dns-restart function
2016-05-25 22:30:22 -05:00
Nick Nisi
8b12345643
upgrade plug
2016-05-25 22:30:06 -05:00
Nick Nisi
6ede79f9f4
fixes #28 ~/.vim/ symlink in link.sh
...
Thanks to @archer96 for finding the issue and providing fix
2016-05-19 05:08:34 -07:00
Nick Nisi
d46df7ac73
make ES6 the JSHint default
2016-05-15 15:58:53 -05:00
Nick Nisi
761256a2aa
add diff-so-fancy install
2016-05-15 15:58:40 -05:00
Nick Nisi
e3bbce7c81
upgrade vim-plug
2016-05-15 15:58:17 -05:00
Nick Nisi
06fa0a8c04
make attributes italic in html
2016-05-12 13:37:04 -05:00
Nick Nisi
b4765c5e9c
fix pager to quit if all fits on one screen
2016-05-12 10:16:49 -05:00
Nick Nisi
24b149789d
git: add recent alias
...
add recent alias to show the most recently updated branches
2016-05-12 10:13:59 -05:00
Nick Nisi
0fd4a11174
only run load-nvmrc if it exists
2016-05-11 18:46:01 -05:00
Nick Nisi
282b6ec9ac
trying out some new JS plugins
2016-05-11 18:45:10 -05:00
Nick Nisi
c4729d4c92
plug update
2016-05-11 18:44:11 -05:00
Nick Nisi
effa8272e4
update font info
2016-05-03 15:02:55 -05:00
Nick Nisi
49551e118b
run load-nvmrc on source to ensure correct Node is used
2016-04-28 15:20:35 -05:00
Nick Nisi
ae0f9b94f8
add some useful rebasing git aliases
2016-04-28 15:19:58 -05:00
Nick Nisi
dc84fc3366
set filetype to javascript for .es6
2016-04-28 15:19:38 -05:00
Nick Nisi
1065a7a5f6
check for nvmrc and switch node version
...
if a .nvmrc file exists in a directory, read it to change node to the correct version
Also ignore this file globally from git repos
2016-04-26 10:33:06 -05:00
Nick Nisi
a5289bd799
fix issue with jade plugin not loading
2016-04-26 10:32:12 -05:00
Nick Nisi
f53086866f
update plug version
2016-04-26 10:31:21 -05:00
Nick Nisi
b117a18b7a
add check for reattach-to-user-namespace
...
if reattach-to-user-name-space exists, run it, otherwise just run the shell
* create login-shell command to perform this check
* update tmux.conf to run login-shell instead of reattach-to-user-namespace directly
2016-04-17 08:51:49 -05:00
Nick Nisi
f42f2d16ec
remove subl shortcut from bin
2016-04-17 08:51:38 -05:00
Nick Nisi
953baffc61
upgrade vim-plug
2016-04-17 08:49:19 -05:00
Nick Nisi
c44f8c6bd0
add fancy pants italic font support
...
* add terminfo for terminal and tmux
* set comments to italic in vim
* update zshrc and tmux.conf to use italic terminfo
2016-04-14 17:25:33 -05:00
Nick Nisi
ed6d16bf3a
add alias for git push --no-verify
2016-04-14 16:21:11 -05:00
Nick Nisi
65d86849c3
update vim-plug
2016-04-14 16:20:14 -05:00
Nick Nisi
c9ac7a5fcb
update vim-plug
2016-04-04 17:32:37 -05:00
Nick Nisi
d4778971c8
clean up and organize vimrc
2016-04-03 21:34:13 -05:00
Nick Nisi
e5f14898b6
upgrade plug
2016-04-03 21:28:01 -05:00
Nick Nisi
794dc843b3
add backup script, cleanup link script
...
* add initial stab at a backup script to copy existing files to a backup directory
* clean up unused code in link.sh
2016-04-01 10:45:29 -05:00
Nick Nisi
9e841588b6
install script updates
...
* fix logging and spacing issues
* update to use bash instead of zsh
2016-03-29 14:58:46 -07:00
Nick Nisi
342c4bcf20
change theme, add fzf
2016-03-29 11:39:18 -07:00
Nick Nisi
faf398f613
tmux theme updates
2016-03-29 11:38:09 -07:00
Nick Nisi
ae5271c840
add markdown snippets, remove typescript-tools
2016-03-29 11:37:49 -07:00
Nick Nisi
dd9a29fd4f
remove spotify song from tmux
...
This code breaks if Spotify isn't installed, so just removing it
2016-03-29 11:36:59 -07:00
Nick Nisi
acc05485e8
upgrade vim-plug
2016-03-29 11:32:49 -07:00
Nick Nisi
d0063fbef7
upgrade vim-plug
2016-03-29 11:32:21 -07:00
Nick Nisi
7d2f878e26
remove unused files
...
* remove unused e command
* remove unused gbrt command
2016-03-12 22:41:14 -06:00
Nick Nisi
95cfe5a39c
vimrc updates
...
* replace vim-javascript-syntax with yajs plugin
* add typescript-tools.vim plugin
* set json filetype for babelrc, jshintrc, eslintrc files
* configure neomake for tsc
2016-03-12 22:37:15 -06:00
Nick Nisi
75cfef9e5f
upgrade vim-plug
2016-03-12 22:36:36 -06:00
Nick Nisi
2868039862
upgrade vim-plug
2016-02-28 14:45:38 -06:00
Nick Nisi
e4b875f2a3
add short descriptions of vim plugins
...
Requested in #21 , add a brief description of each of the plugins listed in the vim config
2016-02-08 18:37:36 -06:00
Nick Nisi
d0b52fac4f
fix incorrect script name in install fixes #20
2016-02-03 22:15:27 -06:00
Nick Nisi
33e554b7f2
consolidate git-churn into gitconfig
2016-02-03 10:12:26 -06:00