⚙️ Automated Mac OS setup for front-end development.
🐛 Report Bug
·
✨ Request Feature
Table of Contents
Have you ever thought about automating your mac setup? 🤔
The solution is here. This project allows you to automate most of the setup process for your fresh mac.
Check the full list of applications here: Brewfile
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Update Git config to include your name and email (once repo is clonned):
nano symlinks/git/.gitconfig- Clone the repo
git clone --recursive https://github.com/UgRoss/mac-setup.git ~/.dotfiles- Start Mac setup
caffeinate ~/.dotfiles/zero.sh/setup- Open
Brewfile - Add or remove modules
💡 You can find needed modules/apps on brew.sh
- Navigate to
run/afterfolder. - Create
.shfile with desired name. - Add installation script
- ✅ Done
I don't want to use oh-my-zsh
-
rm -rf ./run/before/ohmyzsh_setup.sh -
rm -rf ./symlinks/zsh
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request 🎉
Distributed under the MIT License. See LICENSE for more information.