Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duduribeiro/old_dotfiles
- Owner: duduribeiro
- Created: 2015-12-02T20:51:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T03:11:42.000Z (over 5 years ago)
- Last Synced: 2024-11-11T23:41:58.309Z (3 months ago)
- Language: Vim script
- Size: 109 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.