This repository serves as my way to help me setup and maintain my Mac. It takes the effort out of installing everything manually. Everything which is needed to install my preffered setup of macOS is detailed in this readme. Feel free to explore, learn and copy parts for your own dotfiles. Enjoy! 😄
Follow these install instructions to setup a new Mac.
- Update OS X to the latest version with the App Store
- Install OS X Command Line Tools by running
xcode-select --install
- Enter your working directory (e.g. ~/Projects) and clone this repo
git clone git@github.com:christianhegedues/dotfiles.git
- Run
bootstrap.sh
script
To generate an RSA key pair on your local computer, type:
# Checking for SSH key, generating one if it does not exist and copying public
# key to clipboard
$ sh bin/ssh.sh
Put rbenv to work with Bundler for painless Ruby upgrades. Further informations and documentation can be found on rbenv repository
# list all available versions:
$ rbenv install -l
# install a Ruby version:
$ rbenv install x.x.x
# sets the global version of Ruby
$ rbenv global x.x.x
# install Bundler
$ gem install bundler
The MIT License. Please see the license file for more information.