This here is my very basic setup for keeping my dotfiles in git. I have used the template repository for bootstraping dotfiles with Dotbot.
To get started, you can create a new repository from this template
(or you can fork this repository, if you prefer). You can probably
delete this README and rename your version to something like just dotfiles
.
git clone https://github.com/idanov/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install
To upgrade the submodules to their latest versions, one could periodically run:
cd ~/.dotfiles
git submodule update --init --remote
or
cd ~/.dotfiles
./install
My dotfiles were inspired by:
- anishathalye's dotfiles
- m45t3r's dotfiles
- alexwh's dotfiles
- azd325's dotfiles
- wazery's dotfiles
- thirtythreeforty's dotfiles
And there are about 700 more here.
If you're using Dotbot and you'd like to include a link to your dotfiles here as an inspiration to others, please submit a pull request.
This software is hereby released into the public domain. That means you can do
whatever you want with it without restriction. See LICENSE.md
for details.
That being said, I would appreciate it if you could maintain a link back to Dotbot (or this repository) to help other people discover Dotbot.