This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |