Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 592 Bytes

File metadata and controls

17 lines (10 loc) · 592 Bytes

setup

My config, system settings, dotfiles, utilities, etc.

Bootstrap

Bootstrap this onto a new system with:

python3 -c "$(curl -fsSL https://raw.githubusercontent.com/kbd/setup/main/bootstrap.py)"

That clones into ~/setup, installs and runs Homebrew to install core software, and then runs setup to install other packages and create symlinks.

Details

All "config" (what programs/libraries get installed, OS settings, etc.) go in conf/, and everything in HOME/ (dotfiles and so on) gets symlinked into $HOME.