Skip to content

leaferiksen/mac-home

Repository files navigation

To sync home with this repo, open Terminal as user leaf and run

xcode-select --install
git init && \
git remote add origin git@github.com:leaferiksen/macfiles.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/

To enable proxy icons, go to System Settings → Privacy & Security → Full Disk Access and add Terminal, then restart it 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/login.sh

Download Karabiner Elements and LuLu from their websites add Weather to menu bar

About

dotfiles for my mac

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published