emmenko / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Installation

Install package managers

# Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# Node (OSX installer http://nodejs.org/download/) or
brew install node

Set up system

# Set up custom OSX preferences
./.osx

# Symlink dotfiles
./install.sh

# Update/Install brew formulae
./.brew

# Update/Install npm packages
./.npm

# Install ruby packages
./.rvm

About

My dotfiles


Languages

Language:Shell 75.3%Language:Vim Script 20.7%Language:Ruby 3.9%