- zsh
The repository contains the shell script and necessary files for setting common application for a new mac OS system.
The list of application will be installed:
- Homebrew
- Git (NOTE: Configuration for user name and email will be overridden)
- Prezto (NOTE: The shell script override current configuration with the defined configuration in the repository)
- Warp
- VS Code
- Google Chrome
- Slack
- Discord
- Hammerspoon
- Rectangle
- Obsidian
To run the script:
- Open a terminal
- Run the following command in order
git clone https://github.com/kingtran2112/mac-setup.git
cd mac-setup
./setup.sh
cd ..
rm -rf mac-setup
The above script clone the repository, run the setup script and then delete the cloned folder after finish