This repo is meant to allow me to setup a new mac device as quickly as possible, and keep it up to date. Feel free to fork this repo, and make whatever changes you'd like!
- Fork this repository:
https://github.com/ibourgeois/dotfiles/fork
- Clone your fork, locally:
git clone git@github.com:<your-github-username>/dotfiles.gitBe sure to replace
<your-github-username>!
- Remove anything you don't want.
Check the
.zshrc,.zprofileand the.update.shfiles.
- Run the install script:
cd dotfiles
./install.shThis will setup symlinks to your new dotfiles, install Homebrew, Oh-My-ZSH, and any applications listed in the
update.shscript.
Once installed, you have access to a new alias update you can run in your terminal anytime you want to update your dotfiles and the applications that you manage with your new update.sh script!
If you want to add a new application, search for the proper command on the Homebrew site, and edit the update.sh script to include your new app. Then open your terminal and run the update command!
Make sure you do not add any secrets to your new dotfiles repo!