cd ~/ git clone [email protected]:heyMP/dotfiles.git --recursive cd dotfiles bash install.sh Install nvim via brew or preferred method.
Based on lunarvim's nvim from scratch repo https://github.com/LunarVim/Neovim-from-scratch
Install the following packages with Homebrew
brew install zsh brew install zsh-autosuggestions brew install tmux brew install neovim brew install git brew install git /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" (echo;echo'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/mpotter/.zprofile\neval"$(/opt/homebrew/bin/brew shellenv)" brew install zsh-autosuggestions brew reinstall zsh-autosuggestions source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh brew install fzf\n\n# To install useful key bindings and fuzzy completion:\n$(brew --prefix)/opt/fzf/install brew install z brew install lazygitln -sf ~/dotfiles/nvim ~/.config/nvim ln -sf ~/dotfiles/.vim ~/.vim ln -sf ~/dotfiles/.vimrc ~/.vimrc ln -sf ~/dotfiles/.tmux.conf ~/.tmux.conf ln -sf ~/dotfiles/.gitconfig ~/.gitconfig ln -sf ~/dotfiles/.viminfo ~/.viminfo ln -sf ~/dotfiles/zsh-custom ~/.oh-my-zsh/custom ln -sf ~/dotfiles/.zshrc ~/.zshrcInstall the tmux plugins with tmp
- Enter into the tmux server
- Press prefix + I (capital i, as in Install) to fetch the plugin.