cszatmary's dotfiles
My dotfiles for macOS (and somewhat for linux).
Disclaimer
This is my customized setup. You are free to use it if you want, but use it at your own risk. Please note that the git config has my git username and email, so you will need to modify these yourself.
Usage
Automatic Install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/cszatmary/dotfiles/master/install.sh)"
Manual Install
Clone this repo into your home directory. Then cd into that directory and run the boostrap script.
git clone https://github.com/cszatmary/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./bootstrap.sh