From a0125af4546e09b37ed31ccd4c897973493708e9 Mon Sep 17 00:00:00 2001 From: 1jamesthompson1 <1jamesthompson1@gmail.com> Date: Mon, 23 Mar 2026 09:40:57 +1300 Subject: [PATCH] Revert: don't set default terminal in setup.sh Setting default terminal is a user preference, done manually. --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index e505cc5..970aa7a 100644 --- a/setup.sh +++ b/setup.sh @@ -23,9 +23,6 @@ echo ">>> Installing bash, kitty, and vim..." sudo apt update sudo apt install -y bash kitty vim-gtk3 git curl -echo ">>> Setting kitty as default terminal..." -sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/kitty 20 - # 2. Clone your dotfiles (bare repo style) if [ ! -d "$HOME/.dotfiles" ]; then echo ">>> Cloning dotfiles repo..."