Follow the below steps to set up in a few seconds.
I default to Homebrew as my package manager since it has most of the software I need, so start by installing it:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Clone this dotfiles repo into the ~/dotfiles
directory:
git clone [email protected]:iamgideonidoko/dotfiles.git ~/dotfiles
Install all the software listed in the Brewfile
:
make brew-install
Create a symlink to the necessary configuration files and directories:
make symlink
source ~/.zshrc
Download and install Comic Code (or any other) nerd font:
unzip -o -j ~/Downloads/Comic_Code_Nerd_Fonts.zip -d ~/Library/Fonts/
Open the software the require additional permissions and grant them. Also add the software like Scoot that should be login items.
Done! 😎