Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tacone/dotfiles

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

Last synced: 7 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

My dotfile collection, made with [RCM](https://thoughtbot.github.io/rcm/)

How to install RCM on Ubuntu

```shell
sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update && sudo apt-get install rcm
```

Then clone this repository in the .dotfiles directory:

```
cd ~
git clone https://github.com/tacone/dotfiles.git .dotfiles
```

Then restore all the symlinks with:

```
rcup -v
```