/dotfiles

My personal setup

Primary LanguageShell

dotfiles

My personal environment settings and machine setup.

Prerequisites

  • SSH key installed and registered on GitHub

Installation

bash < <(curl -fsSL https://raw.githubusercontent.com/timblair/dotfiles/master/install.sh)

Details

  • Makes sure Xcode CLT is installed.
  • Installs Homebrew.
  • Sets up my Vim configuration.
  • Installs Oh My Zsh and changes user shell to zsh.
  • Sets up dotfiles, managed by rcm.
  • Installs apps defined in Brewfile via Homebrew Bundle.
  • Installs the latest version of Ruby and sets it as the global default.
    • Installs an rbenv plugin on El Capitan to get around the lack of a linkable version of OpenSSL for Ruby to build against.