This is a collection of my dotfiles for Mac OS X. Borrows some things from mathiasbynens/dotfiles, gcollazo/dotfiles, and holman/dotfiles.
make sure to install the xcode command line tools before starting the installation script. This part cant be automated with MacOS Catalina atm, due to its buggy-ness.
xcode-select --install
If you're trying to migrate your SSH Keys copy them first to the ~/.ssh
directory.
The script will make sure that every permission for the SSH are set correctly afterwards.
To install just curl the bootstrap.sh
.
curl -o- https://raw.githubusercontent.com/deusavalon/dotfiles/master/bootstrap.sh | bash