Skip to content

Instantly share code, notes, and snippets.

@lcysimon
lcysimon / macos-setup.sh
Last active June 30, 2025 09:48
macos setup
#!/bin/zsh
# One step to configure a mac, you can run it directly:
# curl -H "Cache-Control: no-cache" -s https://gist.githubusercontent.com/lcysimon/b9141e46f2be52284b65f525d05abffa/raw/macos-setup.sh -o /tmp/gistupdate && /bin/zsh /tmp/gistupdate && rm /tmp/gistupdate
# Then, running gistupdate (alias created) should do the trick.
# Feel free to configure the variables under to install your favourite packages!
#
# custom brew bundle in ~/.brewfile_custom
# custom zsh startup alias/configuration in ~/.zsh_custom