Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojiry/dotfiles
💾 ojiry's dotfiles
https://github.com/ojiry/dotfiles
Last synced: about 16 hours ago
JSON representation
💾 ojiry's dotfiles
- Host: GitHub
- URL: https://github.com/ojiry/dotfiles
- Owner: ojiry
- License: mit
- Created: 2013-12-25T06:34:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T11:46:03.000Z (over 3 years ago)
- Last Synced: 2023-03-29T13:29:38.358Z (almost 2 years ago)
- Language: Vim script
- Homepage:
- Size: 201 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```