Dotfiles are: - http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/ - https://wiki.archlinux.org/index.php/Dotfiles - https://github.com/thoughtbot/dotfiles - https://github.com/bkochendorfer/dotfiles - https://github.com/mathiasbynens/dotfiles - https://github.com/alrra/dotfiles - https://github.com/cowboy/dotfiles - https://github.com/pjan/ubuntu-dotfiles The `dotfiles` buckle is expected to point to the repository where `dotfiles` are version controller. An example of `base/dotfiles` would be: ``` type: dotfiles vcs: git url: git@github.com:charneykaye/dotfiles.git ``` Buckling a `dotfiles` buckle is the equivalent of running the [bootstrap.sh](https://github.com/mathiasbynens/dotfiles/blob/master/bootstrap.sh) some programmers have kept in their `dotfiles` folder.
Dotfiles are:
The
dotfilesbuckle is expected to point to the repository wheredotfilesare version controller. An example ofbase/dotfileswould be:Buckling a
dotfilesbuckle is the equivalent of running the bootstrap.sh some programmers have kept in theirdotfilesfolder.