diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-23 07:44:54 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-23 07:44:54 +0100 |
| commit | 4cf642a4e17473e71849444e2f6d6d8ce245bb96 (patch) | |
| tree | 72d04f5e6d1da6756dc5793a1d03ade90a2290dd /.config/install.sh | |
| parent | 95bb1945715c94b033e5e8e4f633f791a68c6c9e (diff) | |
update
Diffstat (limited to '.config/install.sh')
| -rw-r--r-- | .config/install.sh | 6 |
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 |
