chore: move MacOS settings to setup script

This commit is contained in:
Stefan Imhoff
2024-08-09 13:57:31 +02:00
parent 8780e362d6
commit bcb6a4eaf1
2 changed files with 1 additions and 11 deletions

Submodule private updated: 1358df346d...6fbaa7e152

View File

@@ -104,16 +104,6 @@ nvim --headless "+Lazy! sync" +qa
yabai --start-service
skhd --start-service
# Show the ~/Library folder
chflags nohidden ~/Library
# Show the /Volumes folder
sudo chflags nohidden /Volumes
# Icon Settings
/usr/libexec/PlistBuddy -c "Set DesktopViewSettings:IconViewSettings:iconSize 44" ~/Library/Preferences/com.apple.finder.plist
/usr/libexec/PlistBuddy -c "Set DesktopViewSettings:IconViewSettings:gridSpacing 60" ~/Library/Preferences/com.apple.finder.plist
# Change default shell to fish
echo "Changing default shell to fish"
run_with_sudo chsh -s $(which fish) $USER