Skip to content

yankeexe/dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
git
 
 
 
 
 
 
 
 
 
 
 
 
vim
 
 
zsh
 
 
 
 
 
 

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