my stuff for mac.
credits:
before running the script, install the xcode command line tools.
xcode-select --install
Make sure you export SSH_CONFIG_GITURL
with the raw git gist url to your ssh config file.
export SSH_CONFIG_GITURL="raw git gist url here"
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/IronicUsername/dotfiles/master/bootstrap.sh | bash