summaryrefslogtreecommitdiff
path: root/.config/install.sh
diff options
context:
space:
mode:
authorTom Li Dobnik <tomlidobnik1@gmail.com>2026-02-20 15:17:36 +0100
committerTom Li Dobnik <tomlidobnik1@gmail.com>2026-02-20 15:17:36 +0100
commit2f6fbcdee8cb5523c13145a66fea5539885004ec (patch)
tree66dfe7ad53e907b99080ec87cc7ed46f2d1ef57a /.config/install.sh
parentac0968042ddb333de5e3c371cc79b3b4ef098356 (diff)
update
Diffstat (limited to '.config/install.sh')
-rw-r--r--.config/install.sh7
1 files changed, 4 insertions, 3 deletions
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