!!! DO NOT use setup.sh
apt install git
git clone https://github.com/nobkat/dotfiles.git && dotfiles/install_dotfiles.shif you want to install other tools, run
dotfiles/install_env.shif you want to use zsh as your default shell, run
sudo apt install zsh -y
chsh -s $(which zsh)cd dotfiles
vim .vimrc # for example ...
git add .vimrc
git commit -m "update .vimrc"
git push