Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robinjoseph08/dotfiles

User configurations that are tailored to my liking.
https://github.com/robinjoseph08/dotfiles

bash dot-files dotfiles iterm2 shell vim zsh

Last synced: 2 months ago
JSON representation

User configurations that are tailored to my liking.

Awesome Lists containing this project

README

        

# Dotfiles

User configurations that are tailored to my liking.

## Usage

```bash
cd ~
git clone [email protected]:robinjoseph08/dotfiles.git .dotfiles
cd .dotfiles
./setup.sh
```

## What does it do?

* Installs necessary dependencies
* Homebrew
* tmux
* vim
* zsh
* [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)
* [rvm](http://rvm.io/)
* [nvm](https://github.com/creationix/nvm)
* Copies old dot files that aren't symlinks
* Symlinks new dot files
* Sets up vim and all the plugins
* Sets up zsh

## Platforms supported

- [x] Mac OS X
- [ ] Ubuntu

## Prerequisites

* Mac OS X
* Xcode (and the Command Line Tools)