Changing shell to zsh: % chsh -s /bin/zsh
Create symlink % cd ~ % ln -s ~/Apps/dotfiles/zprofile .zprofile
- Create a symlink from ~/.profile to profile
% cd ~ % ln -s ~/Apps/dotfiles/emacs.d .emacs.d
Install Sketch (and any other apps that need bindings)
% ./setup-app-keybindings
See the notes for keeping items in sync. At startup of Sublime Text, Package Control will automatically install any missing packages.
First, install Sublime Text and Package Control.
Are you behind a proxy? Set the proxy settings.
% ln -s ~/Apps/dotfiles/sublime-packages-user ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User % ln -s ~/Apps/dotfiles/sublime-3-packages-user ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User % mkdir ~/bin % ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/sublime