Last active
August 11, 2024 08:57
-
-
Save mapsi/768431e93e33e5c10d385ed5dea91e36 to your computer and use it in GitHub Desktop.
setup lazyvim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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