/dotfiles

A set of Neovim, zsh, git, and tmux configuration files.

Primary LanguageShellOtherNOASSERTION

danielnolan dotfiles

Requirements

Set zsh as your login shell:

chsh -s $(which zsh)

Install

Clone onto your laptop:

git clone git@github.com:danielnolan/dotfiles.git ~/dotfiles

Install rcm:

brew install rcm

Install the dotfiles:

env RCRC=$HOME/dotfiles/rcrc rcup