Skip to content

A repo to store my config files and other essentials.

Notifications You must be signed in to change notification settings

slavov-vili/configs

Repository files navigation

Sparse Checkout

To only clone part of repo:

  1. $ git init
  2. $ git remote add -f origin
  3. $ git config core.sparseCheckout true
  4. add whichever files and dirs we want to .git/info/sparse-checkout
  5. $ git pull origin master
  6. $ git checkout master

To include submodules (e.x. vim plugins):

  • $ git submodule add

Downside: downloads whole history of repo

About

A repo to store my config files and other essentials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published