dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Install

Open p33r81 opened this issue 6 years ago • 1 comments

How does this work? and how to use it.?

p33r81 avatar Sep 16 '19 19:09 p33r81

These are my configuration files for some of the programs I regularly use so I can easily keep them in sync between my different computers. Every directory under user/ stores configuration for a single application or feature to make it easier to only install certain things or to be able to easily remove parts later on.

If you find something you'd like to use yourself, you can either:

  1. Copy the files directly from this repository. (i.e. copy user/mpv/.config/mpv from this repostiory to ~/.config/mpv on your local system)
  2. Symlink the files from this repository to your home directory. So if this repository were stored in ~/.dotfiles, you could do ln -s ~/.dotfiles/user/mpv/.config/mpv ~/.config/mpv.
  3. Run the install.sh script from the root of the repository to do this for you. This will require you to install GNU Stow. The script will ask you per directory whether you want to install it.

robbert-vdh avatar Sep 17 '19 11:09 robbert-vdh