aesthetic terminal experience
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zen 42c4bb17d0 added wordpress setup 3 years ago
resources added wordpress setup 3 years ago
scripts added wordpress setup 3 years ago
.gitignore added .gitignore to avoid commiting large files 3 years ago
Makefile added wordpress setup 3 years ago
README.md Added 'make preparations' 3 years ago

README.md

Alchemy

A collection of scripts for working with bare metal.

Commands

make it-pretty is meant to be run on a freshly installed operating system. It installs some utilities that I rely on for maximum developmental efficiency and generally makes the terminal nicer to look at.

make acquisition runs a script that downloads a file (in this case, an RPI image) and confirms it with a sha256 sum.

make imbuement looks for available USBs attached to the device and writes an image to it.

make preparations configures some basic settings for use on a fresh RPi installation (SSH, hostname)