Commit Graph

531 Commits

Author SHA1 Message Date
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
Nick Nisi
0583b0250f clean up git log aliases
* remove seldom used `git lg` alias
* update colors/format of `git l` alias
* update zsh alias `glog` to use `git l` instead of its own thing
2016-02-03 09:52:59 -06:00
Nick Nisi
1a1d63222d upgrade vim-plug 2016-02-03 09:51:35 -06:00
Nick Nisi
6bb11ca1be update vim-airline and install themes
vim-airline moved and split out the themes into a separate repo
2016-01-29 09:28:43 -06:00
Nick Nisi
5d114e5cd7 update README file links 2016-01-17 10:03:46 -06:00
Nick Nisi
a517c4b90f README cleanup, install script cleanup
* Remove bad links, unnecessary sections
* add TODO for tmux section
* move installosx.sh to install/osx.sh
2016-01-17 09:55:52 -06:00
Nick Nisi
dccebf5756 remove vim/ and add symlinks
Remove the vim configuration files from the repository. I have moved fully over
to neovim and so these configuration files have stagnated. Instead, let's symlink the
neovim config for vim

* remove vim/
* add symlinking code in install/link.sh to symlink neovim config for vim
* symlink config/nvim -> ~/.vim
* symlink config/nvim/init.vim -> ~/.vimrc
* Remove old/outdated info from README
* Revise Vim and Neovim section of README
2016-01-17 09:39:07 -06:00
Nick Nisi
6f2bfd121d tm script - redirect error output to /dev/null 2016-01-12 09:01:07 -06:00
Nick Nisi
8b644574dc add markdown snippets and front matter syntax 2016-01-04 14:48:32 -06:00
Nick Nisi
1041d53ac4 Remove rdio support, combine spotify and itunes
* remove rdio.scpt for detecting currently playing rdio trip. RIP
* combine iTunes and Spotify scripts together into a single, tunes.scpt
2015-12-31 12:01:58 -06:00
Nick Nisi
671d0aa2e7 upgrade plug version 2015-12-31 12:01:32 -06:00
Nick Nisi
87c5f4c612 remove duplicate neomake config 2015-12-30 20:09:47 -06:00
Nick Nisi
40d5e5280d set neomake syntax checker by config existence
If a .jshintrc file exists in the project directory, then use jshint. Otherwise, default to eslint
2015-12-30 20:06:55 -06:00
Nick Nisi
2d4cc4178a updating vim-plug 2015-12-14 08:57:45 -06:00
Nick Nisi
cc2de67057 add instructionFormat for interactive rebase 2015-12-03 09:36:16 -06:00
Nick Nisi
1ea1229e47 update vim-plug and update css-color loading 2015-12-03 09:36:16 -06:00
Nick Nisi
0a2782f3ae update colorscheme 2015-12-03 09:36:16 -06:00
Nick Nisi
de6a17ce9b update scpp command output location 2015-11-21 19:02:23 -06:00
Nick Nisi
1a525bdc61 add more js snippets 2015-11-21 19:02:02 -06:00
Nick Nisi
abe32d6caf upgrade plug.vim and switch out ctrlp source repo 2015-11-21 19:01:33 -06:00