diff --git a/private b/private index 1358df3..6fbaa7e 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 1358df346dacf174394352a7ddeee10f2c4ca22d +Subproject commit 6fbaa7e152a6b72a56924f4c346420fdf5706042 diff --git a/setup.sh b/setup.sh index 0de6398..668c3e6 100755 --- a/setup.sh +++ b/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