Table of Contents generated with DocToc
- fix restore
- include httpie
- improved handling of
.nvmrcfiles on dir change
- adjust solarized theme to fix issue with rendering
mochatest output - mochajs/mocha#802
- now
008color is light grey instead of matching the solarized background color
- new vim plugins
- https://github.com/justinmk/vim-sneak
- https://github.com/airblade/vim-gitgutter
- https://github.com/tpope/vim-surround
- https://github.com/dkprice/vim-easygrep
- https://github.com/sjl/gundo.vim
- vim textwidth now
120 - fonts now installed via brew cask (where possible)
- thanks to @michielrensen 9db1d074
- now automatically installing vim plugins
- thanks to @michielrensen b668fd56
- bubblegum theme for vim-airline
- remove
ssh-agentfrom zsh plugins (already launched by OSX) - thanks to @porcupie a888494b
- shorten powerline dir length to 2 dirs max
- thanks to @Tsuki 07d4bbcd6
- adding
agbrew - fix vim brew install
- adding horizontal cursor line highlight in vim
- killed
CTags(not using them) - upgrade node to
4.4.7 - compile YouCompleteMe for code completion in vim:
cd ~/.vim/bundle/YouCompleteMe
./install.py --all
- no more
bower(just use npm) - fixed OSX clipboard copy (yank in vim now copies to OSX clipboard)
- adding
npm config set save-exact trueat install time - ensures we always pin node modules
- keeps consistent dev/build environments
- saves from security and feature problems when people abuse SemVer
- BREAKING CHANGES!!!
- now using node.js to run install list from
config.js - moved dotfile sources into
homedir/* - removed
osx.shscript (all software/config exists now ininstall.shandconfig.js) - remove Google Chrome install and configuration (chrome no longer likes to be installed via homebrew)
- remove IOS simulator in launchpad config
- backups are now created every time you run
./install.shand stored in datetime subfolders (in./dotfiles_backup)
- Now using powerlevel9k theme with awesome-patched fonts
- switched to using vim as primary editor/IDE
- vim plugings now use vundle instead of pathogen
- Added dotfiles backup and restore.sh script
- you can now restore your previous dotfiles with ./restore.sh
- prompting the user more (e.g.
brew upgradeis now optional)