mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore: move MacOS settings to setup script
This commit is contained in:
10
setup.sh
10
setup.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user