Skip to content

Instantly share code, notes, and snippets.

@mapsi
Last active August 11, 2024 08:57
Show Gist options
  • Save mapsi/768431e93e33e5c10d385ed5dea91e36 to your computer and use it in GitHub Desktop.
Save mapsi/768431e93e33e5c10d385ed5dea91e36 to your computer and use it in GitHub Desktop.
setup lazyvim
brew install kitty nvim git lazygit ripgrep fd
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
git clone https://github.com/LazyVim/starter ~/.config/nvim
rm -rf ~/.config/nvim/.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment