summaryrefslogtreecommitdiff
path: root/.config/install.sh
diff options
context:
space:
mode:
authorTom Li Dobnik <tomlidobnik1@gmail.com>2026-02-23 07:44:54 +0100
committerTom Li Dobnik <tomlidobnik1@gmail.com>2026-02-23 07:44:54 +0100
commit4cf642a4e17473e71849444e2f6d6d8ce245bb96 (patch)
tree72d04f5e6d1da6756dc5793a1d03ade90a2290dd /.config/install.sh
parent95bb1945715c94b033e5e8e4f633f791a68c6c9e (diff)
update
Diffstat (limited to '.config/install.sh')
-rw-r--r--.config/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/install.sh b/.config/install.sh
index 5be31dd..2bd9588 100644
--- a/.config/install.sh
+++ b/.config/install.sh
@@ -27,17 +27,17 @@ defaults write -g NSAutomaticDashSubstitutionEnabled -bool false
defaults write com.apple.dock autohide-time-modifier -float 0.15;
defaults delete com.apple.dock autohide-delay;
defaults write -g KeyRepeat -int 1
-defaults write -g InitialKeyRepeat -int 20
+defaults write -g InitialKeyRepeat -int 15
killall Dock
# Instructions for additional apps
echo "Go to System Settings > Keyboard > Text Input and disable all"
+# Install packages with Homebrew
+brew bundle
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