dotfiles
dotfiles copied to clipboard
Install
How does this work? and how to use it.?
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:
- Copy the files directly from this repository. (i.e. copy
user/mpv/.config/mpvfrom this repostiory to~/.config/mpvon your local system) - Symlink the files from this repository to your home directory. So if this repository were stored in
~/.dotfiles, you could doln -s ~/.dotfiles/user/mpv/.config/mpv ~/.config/mpv. - Run the
install.shscript 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.