Skip to content

dot

Personal dotfiles management system

· 13 4

Created: 2015-12-10 · Version: v2.0.9-rc2


This is a personal dotfiles management system that I've been using and fucking around with for many years. It started as a set of bash scripts called "setupthebomb.sh" and "allyourbase.sh" that were used to bootstrap development environments on remote development servers. Over time, it evolved into...whatever this is!

[!WARNING] This project bootstraps my personal development environment and is highly customized to my specific workflows, preferences, and machine configurations. It is almost certainly not suitable for anyone else to use directly. You are welcome to review the code, patterns, and configuration approaches for inspiration or educational purposes. However, I won't make any promises about this working for anyone else. Running the install script can and will modify your existing configuration files!

Quick Install

Install with:

curl https://raw.githubusercontent.com/dusktreader/dot/refs/heads/main/install.sh | bash

Uninstall

Nuke the installation with:

curl https://raw.githubusercontent.com/dusktreader/dot/refs/heads/main/uninstall.sh | bash