###Installation Installing Apps
- Chrome
- GitHub
- VirtualBox
- Vagrant
- Dropbox
- [LiveReload] (https://itunes.apple.com/us/app/livereload/id482898991?mt=12#)
Installing zsh
curl -L http://install.ohmyz.sh | sh
Installing Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Installing vim plugins & other backup files
git clone --recursive https://github.com/genevensis/vim.git ~/.vim/
See hidden files/folders in Finder
defaults write com.apple.finder AppleShowAllFiles YES
Disable Dashboard
defaults write com.apple.dashboard mcx-disabled -boolean YES; killall Dock
defaults write com.apple.dock mcx-expose-disabled -bool true; killall Dock
###Symlinks
ln -s ~/.vim/.vimrc ~/.vimrc
###Updating bundles
git submodule update --recursive
###Sublime Text 3
Packages to install (SHIFT-CMD-P):
Soda Theme - ("theme": "Soda Dark.sublime-theme")
Emmet
AutoFileName
All Autocomplete
Bracket Highlighter
###Windows
- Cmder
- [gVimPortable] (http://portableapps.com/apps/development/gvim_portable)
Install gVimPortable on D:\
Open Cmder to D:\gVimPortable\Data\settings
mklink /D D:\gVimPortable\Data\settings\vimfiles D:\Dropbox\Private\Files\VimFiles
(git clone --recursive https://github.com/genevensis/vim.git vimfiles)
mklink /H _vimrc "vimfiles\.vimrc"