mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Disable Accent
This commit is contained in:
parent
8b403c7c45
commit
d2f50c7635
1 changed files with 5 additions and 0 deletions
|
|
@ -34,7 +34,11 @@ defaults write com.apple.finder ShowMountedServersOnDesktop -bool false
|
|||
defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool false
|
||||
# No DS_Store on Network
|
||||
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
|
||||
# Keyboard
|
||||
# Disable Accent Menu
|
||||
defaults write NSGlobalDomain ApplePressAndHoldEnabled -boolean false
|
||||
killall Finder
|
||||
killall Dock
|
||||
## Dock
|
||||
echo "[INFO] Setting Dock Preferences"
|
||||
defaults write com.apple.dock persistent-apps -array
|
||||
|
|
@ -121,6 +125,7 @@ brew install --formula tldr # Simplified man pages
|
|||
brew install --formula cmake
|
||||
brew install --formula bat
|
||||
brew install --formula lsd
|
||||
brew install --formula starship # Shell Prompt
|
||||
|
||||
# Editors
|
||||
brew install --cask visual-studio-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue