Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duduribeiro/old_dotfiles

My dotfiles repository
https://github.com/duduribeiro/old_dotfiles

Last synced: 20 days ago
JSON representation

My dotfiles repository

Awesome Lists containing this project

README

        

# My dotfiles repository
Not finished yet :)

## How to install?

Clone and execute install.sh

```
git clone [email protected]:duduribeiro/dotfiles.git
cd dotfiles
./install.sh
```

Open vim, and execute the following command to install the dependencies:

```
:PlugInstall
```

## Usage:

### VIM

The LEADER key is mapped to `,`.

- `bi`: Executes `bundle install` to install dependencies for your ruby project.