Run the command to copy files over. It will prompt you before replacing if the files already exist.
sh -c "$(curl -H "Cache-Control: no-cache" -sSL https://raw.githubusercontent.com/ricardopadua/dotfiles/refs/heads/main/install.sh)"
After installing, open a new terminal window to see the effects.
Run the command to delete files over. It will prompt you after delete.
sh -c "$(curl -H "Cache-Control: no-cache" -sSL https://raw.githubusercontent.com/ricardopadua/dotfiles/refs/heads/main/uninstall.sh)"
After uninstalling, open a new terminal window to see the effects.