- Install homebrew
- Install rcm
- clone the repo
- run rcup
- Remove ".sample" endings from files in
local
and add your private info
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install rcm starship fish
chsh -s /usr/local/bin/fish
git clone [email protected]:enewbury/dotfiles.git ~/src/github.com/enewbury/dotfiles
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
env RCRC=~/src/github.com/enewbury/dotfiles rcup
Install plugins
fish
fisher install
tmux
<Prefix>I
vim
:PlugInstall