Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/innei/dotfiles
- Owner: Innei
- Created: 2020-03-11T12:23:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T10:58:14.000Z (4 months ago)
- Last Synced: 2024-11-01T23:42:05.228Z (2 months ago)
- Topics: dotfiles, fzf, git, ideavim, neovim, nvim, ranger, rc, vim
- Language: Vim Script
- Homepage:
- Size: 419 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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)