Skip to content

Latest commit

 

History

History
68 lines (60 loc) · 3.05 KB

HISTORY.md

File metadata and controls

68 lines (60 loc) · 3.05 KB

Table of Contents generated with DocToc

Release History

v3.1.0

./install.py --all
  • now more bower (just use npm)
  • fixed OSX clipboard copy (yank in vim now copies to OSX clipboard)
  • adding npm config set save-exact true at install time
  • ensures we always pin node modules
  • keeps consistent dev/build environments
  • saves from security and feature problems when people abuse SemVer

v3.0.0

  • BREAKING CHANGES!!!
  • now using node.js to run install list from config.js
  • moved dotfile sources into homedir/*
  • removed osx.sh script (all software/config exists now in install.sh and config.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.sh and stored in datetime subfolders (in ./dotfiles_backup)

v2.1.0

  • Now using powerlevel9k theme with awesome-patched fonts

v2.0.0

  • switched to using vim as primary editor/IDE
  • vim plugings now use vundle instead of pathogen

v1.1.0

  • Added dotfiles backup and restore.sh script
    • you can now restore your previous dotfiles with ./restore.sh
  • prompting the user more (e.g. brew upgrade is now optional)