This repository serves as my way to help me setup and maintain my Mac. It takes the effort out of installing everything manually. Everything needed to install my preferred setup of macOS is detailed in this readme. Feel free to explore, learn and copy parts for your own dotfiles. Enjoy!
If you did all of the above you may now follow these install instructions to setup a new Mac.
- Generate a new public and private SSH key by running:
curl https://raw.githubusercontent.com/razaqultegar/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"
- Clone this repo to
~/.dotfiles
with:
git clone [email protected]:razaqultegar/dotfiles.git ~/.dotfiles
- Run
~/.dotfiles/install.sh
to start the installation - Restart your computer to finalize the process
- Make a
.dotfiles-custom/aliases.zsh
for your personal commands. - Make a
~/.dotfiles/opt/app.sh
for your required applications.