Sign inSign up

dueyfinster/dotfiles

By dueyfinster

Updated over 5 years ago

My Dotfiles in a docker container

Image
0

1.2K

dueyfinster/dotfiles repository overview

Build Status Circle
CI Windows Build status

dotfiles

Install

bash -c "$(curl -fsSL https://bit.ly/dfdotfiles)" && source ~/.bashrc

Install without git

cd; curl -#L https://github.com/dueyfinster/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,LICENSE}
Subdirectories
  • The /backups directory gets created when necessary. Any files in ~/ that would have been overwritten by files in /copy or /link get backed up there.
  • The /bin directory contains executable shell scripts (including the dotfiles script) and symlinks to executable shell scripts. This directory is added to the path.
  • The /caches directory contains cached files, used by some scripts or functions.
  • The /conf directory just exists. If a config file doesn't need to go in ~/, reference it from the /conf directory.
  • The /copy directory contains config to be copied to local machine. Usually for stand-alone config, or config that can link itself to /conf
  • The /source directory contains files that are sourced whenever a new shell is opened (in alphanumeric order, hence the funky names).
  • The /vendor directory contains third-party libraries.

Tag summary

Content type

Image

Digest

Size

66.3 MB

Last updated

over 5 years ago

docker pull dueyfinster/dotfiles