- Os x related settings
- Enable tap to click
- Swap caps lock and control
- Enable dark menu/dock
- Set background
- Install Homebrew:
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install dotfiles (requires git, which requires xcode):
$ git clone git@github.com:michaelavila/dotfiles.git $HOME/.dotfiles
- Install apps from brew
$ cd $HOME/.dotfiles
$ brew bundle
- iTerm: Update font size to 16
- iTerm: Enable "Applications in terminal may access clipboard"
- Install rc files
$ ln -s $HOME/.dotfiles/rcrc $HOME/.rcrc
$ rcup
- Change shell
$ sudo su
$ echo "/usr/local/bin/zsh" >> /etc/shells
$ exit
$ chsh -s /usr/local/bin/zsh
- Install Vundle + vim packages
$ mkdir -p $HOME/.vim/bundle
$ git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/
$ vim +PluginInstall +qall
-
Copy ssh and gpg keys
-
Install logbook
$ git clone git@github.com:michaelavila/logbook.git $HOME/vimwiki