#.config
- Clone this to your ~/.config
- Install nvim
brew install nvim
- Install starship.rs, add
eval "$(starship init zsh)"
to the end of your.zshrc
(if using zsh) - tmux
3.1 Install
brew install tmux
3.2 Install tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
3.3 Source tmux.conf
tmux source ~/.config/tmux/tmux.conf
3.3 Fetch plugins
<Prefix>I
(<C-b>I - by default)
- Install submodues
git submodule update --init --recursive
- Install packer.nvim
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
- Install fd and rg (needed for telecsope and other plugins)
brew install fd rg
- Enter nvim and fetch all plugins with
:PackerSync
- Reopen vim
- ...
- Profit!