Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

File metadata and controls

29 lines (20 loc) · 1.1 KB

dot

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