Skip to content

yankeexe/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

dotfiles for stuffs.

Usage

Restore to local machine

Download the config files

$ rsync -avu --progress <config-folder> <your-config-folder>

Sync new changes from local to this repository

$ rsync -av --progress <local-config-files-or-dir> <path-to-repo>

Directory Overview

├── 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