- Install Homebrew using the info from their website.
- Inspect the
Brewfile
to see if it contains everything you want to install. It's found in~/dotfiles/Brewfile
Install all brew dependencies with this:
cd ~/dotfiles
brew bundle
- Install Oh my ZSH! - this will create a .zshrc file for you.
- Add the following to your .zshrc:
source ~/dotfiles/setup-zsh.sh;
- If you're on osx, also add this :
source ~/dotfiles/personal/osx.sh;
- Add the following to your .bashrc:
source ~/dotfiles/setup-bash.sh;
- If you're on osx, also add this :
source ~/dotfiles/personal/osx.sh;
Copy dot files to the home directory
cp ~/dotfiles/.npmrc ~/.npmrc
cp ~/dotfiles/init.vim ~/.config/nvim/init.vim
cp ~/dotfiles/.vimrc ~/.vimrc
cp ~/dotfiles/.tmux.conf ~/.tmux.conf
# OSX
cp ~/dotfiles/.slate ~/.slate
cp -r ~/dotfiles/.iterm ~/.iterm
https://github.com/tmux-plugins/tpm
Install NVM
Follow the notes on their github page (link above)
defaults write com.apple.Dock appswitcher-all-displays -bool true
killall Dock
chsh -s /bin/zsh
chsh -s /bin/bash