Table of Contents generated with DocToc
- 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 ininstall.sh
andconfig.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
)
- 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 upgrade
is now optional)