mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: move MacOS settings to setup script
This commit is contained in:
2
private
2
private
Submodule private updated: 1358df346d...6fbaa7e152
10
setup.sh
10
setup.sh
@@ -104,16 +104,6 @@ nvim --headless "+Lazy! sync" +qa
|
|||||||
yabai --start-service
|
yabai --start-service
|
||||||
skhd --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
|
# Change default shell to fish
|
||||||
echo "Changing default shell to fish"
|
echo "Changing default shell to fish"
|
||||||
run_with_sudo chsh -s $(which fish) $USER
|
run_with_sudo chsh -s $(which fish) $USER
|
||||||
|
|||||||
Reference in New Issue
Block a user