https://github.com/reo7sp/dotfiles
Config files for zsh, vim, kitty, rg and git
https://github.com/reo7sp/dotfiles
dotfiles git gitconfig kitty kitty-config vim vimrc zsh zshrc
Last synced: 3 months ago
JSON representation
Config files for zsh, vim, kitty, rg and git
- Host: GitHub
- URL: https://github.com/reo7sp/dotfiles
- Owner: reo7sp
- Created: 2016-08-15T11:47:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-06T11:22:46.000Z (3 months ago)
- Last Synced: 2025-08-06T13:13:50.547Z (3 months ago)
- Topics: dotfiles, git, gitconfig, kitty, kitty-config, vim, vimrc, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 423 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My config files:
- zsh: [zsh/my.zshrc](./zsh/my.zshrc), [zsh/zsh_plugins.txt](./zsh/zsh_plugins.txt).
- vim: [vim/my.vimrc](./vim/my.vimrc), [vim/ideavimrc](./vim/ideavimrc), [vim/neovintageousrc](./vim/neovintageousrc).
- sublime text: [sublime-dotfiles repo](https://github.com/reo7sp/sublime-dotfiles?tab=readme-ov-file#sublime-dotfiles).
- cursor: [cursor-dotfiles repo](https://github.com/reo7sp/cursor-dotfiles?tab=readme-ov-file#cursor-dotfiles).
- ranger: [ranger/rc.conf](./ranger/rc.conf).
- kitty: [kitty/kitty.conf](./kitty/kitty.conf).
- git: [git/install](./git/install).
- rg: [rg/ripgreprc](./rg/ripgreprc).
How zsh looks:

How vim looks:

## How to install
```sh
git clone --depth 1 https://github.com/reo7sp/dotfiles
cd dotfiles
./install zsh vim ranger rg
```
## How to install quick
```sh
git clone --depth 1 https://github.com/reo7sp/dotfiles
cd dotfiles
./install -q zsh vim ranger rg
```
## Help
```sh
./install [-q] MODULES # installs dotfiles
```
```sh
./update [-q] MODULES # updates dotfiles
```
```sh
./upgrade [-q] MODULES # upgrades modules' plugins
```
Available modules: `zsh`, `vim`, `ranger`, `kitty`, `git`, `rg`.