✅ Option 1: Use curl to download and run directly You can run this one-liner in your terminal:
bash <(curl -fsSL https://raw.githubusercontent.com/redhatmurali/vim/main/vim-theme-install.sh)
bash <(curl -fsSL https://raw.githubusercontent.com/redhatmurali/vim/main/vim-install-simple.sh)
✅ Option 2: Clone the repo and run If you want to inspect or edit the script first:
git clone https://github.com/redhatmurali/vim.git cd vim chmod +x vim-theme-install.sh ./vim-theme-install.sh