Browse Source

Added Makefile and README

main
Zen 3 years ago
parent
commit
d0871fcaae
  1. 8
      Makefile
  2. 6
      README.md

8
Makefile

@ -0,0 +1,8 @@
# This Makefile exists because it's my favorite way to simplify running groups of commands directly from the command line
#
# Variables
NOTHING = yet
it-pretty:
@chmod +x init.sh
@./init.sh

6
README.md

@ -0,0 +1,6 @@
# 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.
Loading…
Cancel
Save