To sync home with this repo, open Terminal as user leaf
and run
xcode-select --install
git init && \
git remote add origin [email protected]:leaferiksen/mac-home.git && \
git fetch && \
git checkout -f main
To install Homebrew elevate session to admin
and run
su - admin
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
sudo chown -R leaf /opt/homebrew/
Spotlight → Full Disk Access → Terminal, then restart Terminal and run
softwareupdate --install-rosetta --agree-to-license && \
chmod -R +w /opt/homebrew && \
./.config/setup/brew.sh && \
skhd --start-service && \
./.config/setup/mas.sh && \
./.config/setup/preferences.sh && \
./.config/setup/duti.sh && \
./.config/setup/login.sh
Download Karabiner Elements, LuLu and LM Studio from their websites
Settings → Search:
- Night Shift options → Schedule → set Sunrise to Sunset
- Control Center → Weather → set Show in Menu Bar
- Language input methods → add Japanese - Romaji
- Keyboard Shortcuts → Input Sources - disable both (log out to apply)