My shell. ✨
Clone and run the install script:
cd ~
git clone https://github.com/wmayner/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh
This will
- Download and install Homebrew on macOS, and brew various formulae
- Install system packages and Neovim on Linux
- Change default shell to zsh
- Download and install Oh My Zsh
- Install various Python packages
- Make virtualenvironments
neovim-python2
andneovim-python3
and runpip install neovim
in each - Symlink all
*.symlink
files into $HOME as dotfiles - Symlink IPython profile
- Download and install vim-plug
- Symlink Neovim configuration directory to Vim configuration directory
- Install Vim plugins
git/gitconfig.symlink
: commit as yourself instead of mezsh/zshrc.symlink
: set up your own path variables, aliases, etc