My Dotfiles in a docker container
1.2K
bash -c "$(curl -fsSL https://bit.ly/dfdotfiles)" && source ~/.bashrc
cd; curl -#L https://github.com/dueyfinster/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,LICENSE}
/backups directory gets created when necessary. Any files in ~/ that would have been overwritten by files in /copy or /link get backed up there./bin directory contains executable shell scripts (including the dotfiles script) and symlinks to executable shell scripts. This directory is added to the path./caches directory contains cached files, used by some scripts or functions./conf directory just exists. If a config file doesn't need to go in ~/, reference it from the /conf directory./copy directory contains config to be copied to local machine. Usually for stand-alone config, or config that can link itself to /conf/source directory contains files that are sourced whenever a new shell is opened (in alphanumeric order, hence the funky names)./vendor directory contains third-party libraries.Content type
Image
Digest
Size
66.3 MB
Last updated
over 5 years ago
docker pull dueyfinster/dotfiles