This repository serves as my way to help me setup and maintain my Mac. It takes the effort out of installing everything manually. Everything which is needed to install my preffered setup of macOS is detailed in this readme.
Not in the repository, to prevent people from accidentally committing under my name
git config --global user.name "GIT_AUTHOR_NAME"
git config --global user.email "GIT_AUTHOR_EMAIL"
- Update macOS to the latest version with the App Store
- Install Xcode from the App Store, open it and accept the license agreement
- Install macOS Command Line Tools by running
xcode-select --install
- Copy your public and private SSH keys to
~/.ssh
and make sure they're set to600
- Clone this repo to
~/.dotfiles
- Install Oh My Zsh
- Run
install.sh
to start the installation - Restart your computer to finalize the process
- Enable tree finger drag.
- Remove default spotlight keyboard shortcut.
- Install oh-my-zsh via shell
- Symlink aliases.zsh to .oh-my-zsh/custom
- Install
iina
- Install
Transmission
I first got the idea for creating my own dotfiles by reading Dries's Getting Started with Dotfiles blog post.