Commit Graph

462 Commits

Author SHA1 Message Date
Nick Nisi
005352dc23 add alias to copy current branch name to clipboard 2015-08-27 23:14:46 -05:00
Nick Nisi
17c2da58ee add new handlebars plugin 2015-08-25 21:50:47 -05:00
Nick Nisi
937c85103e add terminfo from home directory if it exists 2015-08-25 21:49:47 -05:00
Nick Nisi
603974077f add nvim spell and snippets 2015-08-25 21:49:11 -05:00
Nick Nisi
1058ea646b add chrome and canary aliases
simplify the task of starting chrome and canary from the command line
2015-08-24 18:34:36 -05:00
Nick Nisi
095fe4f5c0 remove extra paren in tmux.conf
Thanks for pointing this out, @yujiaao
2015-08-23 20:03:21 -05:00
Nick Nisi
228afb113c add REPORTTIME to zshrc 2015-08-20 10:15:21 -05:00
Nick Nisi
1dd251f4e9 add jscs pre-commit check 2015-08-17 09:41:55 -05:00
Nick Nisi
d590511be4 fix jshint pre-commit hook
* fix issue with hook apparently not recognizing javascript files
* add check for existence of jshint and, quit without errors
2015-08-15 08:33:32 -05:00
Nick Nisi
1449da7cd7 add nvim configuration
* add neovim installation to brew install script
* clone vimrc to nvimrc
* replace syntastic plugin with neomake
2015-08-13 22:38:38 -05:00
Nick Nisi
4eb98ce825 vim-plug fixes, syntastic changes
* update vim-plug config to ensure NERDTree opens on locating command
* fix issue with markdown plugin and stylus issue ¯\_(ツ)_/¯
* disable relative line numbers, for now
2015-08-13 22:36:30 -05:00
Nick Nisi
387594e491 update install files
* correct bad paths in install.sh (thanks @pidgypost)
* update brew install script
* update nvm installation to work correctly

fixes #6 and fixes #7
2015-08-10 22:40:10 -05:00
Nick Nisi
131f43e354 sort and clean up vim plugins 2015-08-10 21:35:38 -05:00
Nick Nisi
811064e10c remove vundle, add vim-plug
vim-plug gives more control over vim plugins, allowing me to set when a plugin loads, scripts to run on install, and more.
2015-08-10 21:17:24 -05:00
Nick Nisi
0a75fcbce1 add limelight plugin, dictionary updates 2015-07-25 18:31:29 -05:00
Nick Nisi
cfbcb54941 setup kaleidoscope as a merge tool 2015-07-25 18:23:23 -05:00
Nick Nisi
1d031bd6f5 turn back on invisible characters in vim 2015-07-07 09:21:29 -05:00
Nick Nisi
a992c2f206 add updated textile and html snippets 2015-07-01 10:51:48 -05:00
Nick Nisi
c28bcbf901 prompt and colorscheme updates
* update colorscheme
* update prompt colors
2015-06-27 05:48:44 -04:00
Nick Nisi
2269456703 dictionary updates 2015-06-27 05:47:58 -04:00
Nick Nisi
87151f6cb1 add git alias for checkout out PRs locally 2015-06-25 19:49:45 -04:00
Nick Nisi
2bd7d3b5d9 fix typo in brew install file 2015-06-17 17:57:32 -04:00
Nick Nisi
81e1453053 cleanup zsh aliases
* remove unused aliases
* remove window.zsh
2015-06-17 15:18:20 +02:00
Nick Nisi
69a938f131 dictionary updates, add md -> html shortcut 2015-06-17 14:56:23 +02:00
Nick Nisi
27bf310ecf update install script
* remove unused items
* update to symlink the nginx configuration
* install markdown from homebrew
2015-06-17 14:55:40 +02:00
Nick Nisi
eb0def63cc dictionary updates 2015-05-29 16:36:26 -04:00
Nick Nisi
07de760840 fix spacing problems in tmux theme 2015-05-29 16:36:05 -04:00
Nick Nisi
0353cde8a3 add --style ack flag for checking all files files
Add a ack flag to check .styl,.less,.css,.scss,.sass files
2015-05-29 16:35:05 -04:00
Nick Nisi
8cbf206c95 add viewport meta tag snippet 2015-05-19 12:43:43 -05:00
Nick Nisi
62ca812552 vimrc updates
* add completeopt property
* don't show invisible characters by default
* dictionary updates
2015-05-16 09:33:41 -05:00
Nick Nisi
15469ec9ad make zshrc more non-osx friendly
Fix errors thrown when running zshrc on non-osx machines. Tested on a
Raspberry Pi.
2015-05-16 14:21:26 +00:00
Nick Nisi
8fcda2bcf8 fix history conf & comment inconsistency. fixes #3 2015-05-03 12:43:48 -05:00
Nick Nisi
23225a414f globally ignore typescript command files 2015-04-30 12:32:52 -05:00
Nick Nisi
8744831a6a fix .vimrc.local checking to actually work
If a .vimrc.local file exists in the current directory or any of its
parents, it will be sourced allowing for per-project vim settings
2015-04-24 21:05:48 -05:00
Nick Nisi
3d793178e6 fix ctrlp to only show git tracked files 2015-04-24 21:04:00 -05:00
Nick Nisi
37e57a489e update base16 2015-04-19 11:00:29 -05:00
Nick Nisi
958766e790 vim - copy javascript snippets to typescript 2015-04-17 09:02:28 -05:00
Nick Nisi
daaf52f48a add spotify/itunes track back to tmux status bar
Adding back in after latest release of Spotify no longer breaks
AppleScript
2015-04-05 10:28:49 -05:00
Nick Nisi
9652b6701e hide source maps in NERDTree 2015-04-04 13:45:16 -05:00
Nick Nisi
1bd3e0f899 ignore bower_components in ctrlp 2015-03-24 11:02:21 -05:00
Nick Nisi
7465574b65 dictionary updates 2015-03-23 13:03:59 -05:00
Nick Nisi
f4b075e5c0 various vim/zsh updates 2015-03-23 13:03:38 -05:00
Nick Nisi
1b2d269118 vim change ^ and $ go to end of current line
update mapping of ^ and $ to go to the beginning of the current line,
even when line wrapping is enabled
2015-02-28 20:27:56 -06:00
Nick Nisi
e653220e81 dictionary updates 2015-02-28 19:21:21 -06:00
Nick Nisi
67bce97708 add Goyo - distraction free writing plugin
This is nice for writing markdown/textile
2015-02-28 19:20:37 -06:00
Nick Nisi
85643004fc add markdown code block syntax highlighting 2015-02-28 19:03:22 -06:00
Nick Nisi
aa72bed5c4 fix theme name 2015-02-23 23:10:02 -06:00
Nick Nisi
0f5c2856f8 update dictionary 2015-02-23 23:08:05 -06:00
Nick Nisi
f016c38605 add jscsrc to dotfiles 2015-02-23 22:52:47 -06:00
Nick Nisi
de9b4bd801 update base16 to latest 2015-02-23 22:51:07 -06:00