Chase AdamsChase Adams
AboutContentPromptsPrototypesNewsletter

One File to Generate Them All

Essays and updates on product, engineering, and AI by Chase Adams.

1 minute read

Post Details

Published
Oct 27, 2022
Category
Engineering
Share
ChatGPT

Latest Posts

A 2x2 Framework for Navigating AI Disruption

A 2x2 Framework for Navigating AI Disruption

Not all change requires the same response. A new framework for diagnosing which kind of disruption you're facing—and choosing the right strategy.

This Markdown file uses Literate Programming as a way to generate a shell script that will generate all of my Dotfiles.

Install Homebrew

Homebrew is a critical part of my dotfiles: its the tool I use to fetch all of the applications and executables I use on a day to day basis.

I have to install Homebrew before I can do anything else:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

I run this script manually and keeping it in this document is for the sake of copy/pasta convenience. I used to do an md5 hash of the file and install it automatically. Now I visit the URL for the install on the Rawe GitHub User Content

Tangling Dotfiles

Run the following to tangle this file:

md-tangle~/vault/42\ -\ Dotfiles/One\ File\ to\ Generate\ Them\ All.md

Obsidian Styles

md-tangle ~/vault/42\ -\ Dotfiles/Obsidian\ Styles.md

TODO

AboutAI Workflow SpecContentStacksNewsletterPromptsRSS