Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ojiry/dotfiles

💾 ojiry's dotfiles
https://github.com/ojiry/dotfiles

Last synced: about 16 hours ago
JSON representation

💾 ojiry's dotfiles

Awesome Lists containing this project

README

        

# ojiry's dotfiles

## Required

* Install [rcm](https://github.com/thoughtbot/rcm)

## Recommended

* Install [fish](https://github.com/fish-shell/fish-shell)
* Install [fzf](https://github.com/junegunn/fzf)
* Install [ghq](https://github.com/motemen/ghq)
* Install [Neovim](https://github.com/neovim/neovim)
* Install [ripgrep](https://github.com/BurntSushi/ripgrep)

## Install

Clone the repo:

```
ghq get https://github.com/ojiry/dotfiles
# or
git clone https://github.com/ojiry/dotfiles.git
```

Install [rcm by thoughtbot](https://github.com/thoughtbot/rcm) (dotfile management scripts)

Install the dotfiles with rcm:

```
env RCRC=(pwd)/rcrc rcup -d (pwd)
```