- neovim
- tmux
- git
NOTE: This is for AstroNvim v4+
A template for getting started with AstroNvim
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
NOTE My gitconfig requires delta
You can find delta here
Remember to change the name and email to yours in .gitconfig
NOTE My tmux configs requires tpm
git clone git@github.com:yuhua99/my_dotfiles.git
cd my_dotfiles
bash setup.sh