HBreckenridge / dotfiles

A template for structuring dotfiles (using Dotbot as an installer) πŸ“œ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles Template

This is a template repository for bootstrapping your dotfiles with Dotbot.

To get started, you can [fork][fork] this repository (and probably delete this README and rename your version to something like just dotfiles).

In general, you should be using symbolic links for everything, and using git submodules whenever possible.

To keep submodules at their proper versions, you could include something like git submodule update --init --recursive in your install.conf.yaml.

To upgrade your submodules to their latest versions, you could periodically run git submodule update --init --remote.

License

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.

About

A template for structuring dotfiles (using Dotbot as an installer) πŸ“œ

License:The Unlicense


Languages

Language:JavaScript 87.9%Language:CSS 7.9%Language:Shell 3.1%Language:TypeScript 0.6%Language:PowerShell 0.3%Language:HTML 0.2%Language:Vim Script 0.0%