Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 870 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 870 Bytes

dotfiles

my stuff for mac.

credits:

prerequisites

xcode-cli

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"

ssh-permissions

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.

install

to install just curl the bootstrap.sh.

curl -o- https://raw.githubusercontent.com/IronicUsername/dotfiles/master/bootstrap.sh | bash