Configuration files for pleasant developer experience with OSX
Below are instructions for installation from scratch on a brand new machine.
- Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install git
brew install git
- Clone the repo
git clone git@github.com:ekropotin/dotfiles.git
cd dotfiles
- Install software from Brewfile
brew bundle
- Install configs
chmod +x link.sh && ./link.sh
After starting tmux session, don't forget to install tpm plugins by pressing ctrl + shift + I
This script will create symbolic links in your home folder to all dotfiles in the repository.
If you are using iTerm 2/3 as a terminal emulator, you need to enable Applications in terminal may access clipboard
in it's settings in order to copy the content from Tmux into the system clipboard.