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
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