Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emmenko/dotfiles

My dotfiles
https://github.com/emmenko/dotfiles

Last synced: about 1 month ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

dotfiles
========

### Installation

Install package managers

```bash
# 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
```bash
# Set up custom OSX preferences
./.osx

# Symlink dotfiles
./install.sh

# Update/Install brew formulae
./.brew

# Update/Install npm packages
./.npm

# Install ruby packages
./.rvm
```