Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmenko/dotfiles
My dotfiles
https://github.com/emmenko/dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/emmenko/dotfiles
- Owner: emmenko
- Created: 2013-08-31T10:23:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T09:19:40.000Z (over 4 years ago)
- Last Synced: 2024-10-28T22:07:08.907Z (3 months ago)
- Language: Shell
- Size: 826 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```