Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/innei/dotfiles

Innei's dotfiles. nvim, zsh, fzf, git, ideavim, ranger
https://github.com/innei/dotfiles

dotfiles fzf git ideavim neovim nvim ranger rc vim

Last synced: about 2 months ago
JSON representation

Innei's dotfiles. nvim, zsh, fzf, git, ideavim, ranger

Awesome Lists containing this project

README

        

# Innei's Dotfiles

### Usage

Install rcm first. then run

```bash
cd
git clone https://github.com/Innei/dotfiles --depth=1 ~/.dotfiles
rcup -t base
```

After, you will get normal config. (Eg. Tmux, zsh, git ...)

### Set up other config

nvim, ranger config can set up with `-t`

```sh
rcup -t nvim
rcup -t ranger
```

NeoVim docs following this:

[Readme](./tag-nvim/config/nvim/README.md)