dotfiles

1.0.4

👨🏻‍🍳👌 macOS dotfiles
hallee/dotfiles

What's New

1.0.4

2023-03-11T16:16:05Z

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.

51438

Setup

  1. Install Homebrew
  2. 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

Description

  • Swift Tools 5.4.0
View More Packages from this Author

Dependencies

Last updated: Wed Mar 20 2024 10:39:14 GMT-0900 (Hawaii-Aleutian Daylight Time)