Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
dotfiles :rocket:
- Host: GitHub
- URL: https://github.com/yankeexe/dotfiles
- Owner: yankeexe
- Created: 2020-08-23T13:24:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T11:44:48.000Z (5 months ago)
- Last Synced: 2024-08-28T13:03:47.772Z (5 months ago)
- Topics: dotfiles, fish-shell, neovim, tmux, tmux-conf, vim, vimrc, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 178 KB
- Stars: 3
- Watchers: 2
- 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
```