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

This is a collection of my dotfiles for Mac OS X.

License

Notifications You must be signed in to change notification settings

IronicUsername/dotfiles_old

 
 

Repository files navigation

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://github.com/raw/IronicUsername/dotfiles/master/bootstrap.sh | bash

About

This is a collection of my dotfiles for Mac OS X.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.3%
  • Vim Script 6.7%
  • Ruby 3.0%
  • JavaScript 1.7%
  • Mustache 1.3%