This contains the dotfiles I usually use on my development machines. I use a macOS and Ubuntu for development.
My personal preference is neovim. On Mac:
brew install neovim
pip instal neovim
This assumes pip
belongs to python3
.
./install.sh
- Install zshell
brew install zsh
- Install oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"