https://github.com/yankeexe/dotfiles
dotfiles :rocket:
https://github.com/yankeexe/dotfiles
dotfiles fish-shell neovim tmux tmux-conf vim vimrc zsh zshrc
Last synced: 8 months ago
JSON representation
dotfiles :rocket:
- Host: GitHub
- URL: https://github.com/yankeexe/dotfiles
- Owner: yankeexe
- Created: 2020-08-23T13:24:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T09:24:18.000Z (about 1 year ago)
- Last Synced: 2025-05-13T10:35:37.442Z (about 1 year ago)
- Topics: dotfiles, fish-shell, neovim, tmux, tmux-conf, vim, vimrc, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 204 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
dotfiles for stuffs.
## Usage
### Restore to local machine
Download the config files
```bash
$ rsync -avu --progress
```
### Sync new changes from local to this repository
```bash
$ rsync -av --progress
```
---
## Directory Overview
```bash
├── README.md
├── fish
│ └── config.fish
├── nvim
│ ├── README.md
│ ├── autoload
│ ├── coc-settings.json
│ ├── general
│ ├── init.vim
│ ├── lang
│ ├── plug-config
│ ├── themes
│ └── vim-plug
├── tmux
│ └── .tmux.conf
├── vim
│ └── .vimrc
└── zsh
└── .zshrc
```