Clone the repo to ~/.dotfiles
git clone [email protected]:jordelver/dotfiles.git ~/.dotfiles
Run the install
This will install everything from the Brewfile
and link configs into ~/
cd ~/.dotfiles
./install.sh
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.5.1
cd ~/.asdf
git pull
cp ~/.asdf/completions/asdf.fish ~/.config/fish/completions
Installed fzf using this method
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
brew reinstall neovim --HEAD
Add a Plug
line to ~/.nvimrc
Save the file, source it <leader>sv
and run :PlugInstall
Run :PlugStatus
to see what needs installing and what doesn't
Run :PlugUpdate
from within Vim