From 2f6fbcdee8cb5523c13145a66fea5539885004ec Mon Sep 17 00:00:00 2001 From: Tom Li Dobnik Date: Fri, 20 Feb 2026 15:17:36 +0100 Subject: update --- .config/install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/install.sh') diff --git a/.config/install.sh b/.config/install.sh index 89be1d3..5be31dd 100644 --- a/.config/install.sh +++ b/.config/install.sh @@ -30,9 +30,6 @@ defaults write -g KeyRepeat -int 1 defaults write -g InitialKeyRepeat -int 20 killall Dock -# Ensure Fish shell is available in /etc/shells and set it as the default -grep -qxF "/opt/homebrew/bin/fish" /etc/shells || echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells -chsh -s /opt/homebrew/bin/fish # Instructions for additional apps echo "Go to System Settings > Keyboard > Text Input and disable all" @@ -41,3 +38,7 @@ cd "~/dotfiles/" stow . # Install packages with Homebrew brew bundle + +# Ensure Fish shell is available in /etc/shells and set it as the default +grep -qxF "/opt/homebrew/bin/fish" /etc/shells || echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells +chsh -s /opt/homebrew/bin/fish -- cgit v1.2.3