Please install oh my zsh and LunarVim first!
Then, open termnial and run this command:
bash <(curl -s https://raw.githubusercontent.com/hungdinhvan/dotfiles/master/install.sh)
# cd to home
cd ~
# clone repo
git clone [email protected]:hungdinhvan/dotfiles.git
# chmod executable install script
sudo chmod +x ./install.sh
# run install script
./install.sh
Simply running a git pull
inside the cloned folder
cd ~/.dotfiles
git pull
./install.sh
If you want an example lunarvim config file, you can use my config file