Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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
```