dotfiles
My dotfiles
. For setting up preferences, utilities, fonts, and apps on a new macOS computer.
This is a Swift CLI program; see Package.swift
.

Setup
- Install Homebrew
- Install this CLI:
brew tap hallee/tap
brew install dotfiles
dotfiles bootstrap # initial setup
Apps
By default, dotfiles
installs a number of apps I use frequently via Homebrew Cask. Specific apps can be selected instead using flags, like:
dotfiles bootstrap apps --battery-buddy --raycast
Version managed development languages
I use asdf
for installing languages and environments. Because setup can take a long time, this command is separate from dotfiles bootstrap everything
:
dotfiles bootstrap developer languages # install all languages
dotfiles bootstrap developer languages --deno --nodejs # flags to install only specific languages
Development
Building dotfiles
from source
make
dotfiles
My
dotfiles
. For setting up preferences, utilities, fonts, and apps on a new macOS computer.This is a Swift CLI program; see
Package.swift
.Setup
Apps
By default,
dotfiles
installs a number of apps I use frequently via Homebrew Cask. Specific apps can be selected instead using flags, like:Version managed development languages
I use
asdf
for installing languages and environments. Because setup can take a long time, this command is separate fromdotfiles bootstrap everything
:Development
Building
dotfiles
from source