(Not included: package managers and ruby version managers.)
use zsh:
chsh -s $(which zsh)
clone dotfiles somewhere:
git clone [email protected]:dan-menard/dotfiles.git
copy dotfiles:
cd dotfiles
cp .* ~/
clone zsh-autocomplete:
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
install brew
install things with brew
brew install fasd fzf neovim node
install plugins:
https://github.com/junegunn/vim-plug#installation ^ Remember to use the nvim install path
then open vim and run :PluginInstall