Add more depenencies and remove gdoc.vim

This commit is contained in:
alvinlollo
2026-07-12 18:00:55 +10:00
parent c4c26404b1
commit 3020201a9d
20 changed files with 135 additions and 916 deletions
-1
View File
@@ -27,7 +27,6 @@ echo "This script will backup your current zsh config if it exists "
set -eu
# Install prerequisites if installed skips
if ! command -v zsh >/dev/null && command -v git >/dev/null && command -v curl >/dev/null && command -v fzf >/dev/null; then
if command -v pacman >/dev/null; then
echo "pacman detected. Installing prerequisites"