A collection of my personal dotfiles for macOS.
bin: Added to $PATH in the .zshrc file.etc: Can be manually copied to /etc with sudo permissions.home: Copied to $HOME.vscode: Can be manually copied into Visual Studio Code.setup.sh: Used to set up the dotfiles.
Caution
Running this script will overwrite your current config without any backup.
Make sure you have Homebrew installed.
Clone this repo and comment out what you don't need in the setup.sh script,
then run it:
git clone https://github.com/hunchr/dotfiles.git
cd dotfiles
./setup.sh initIf you only want to copy the dotfiles and skip installing the brew formulae and casks, run this instead:
./setup.sh