Zen
3 years ago
2 changed files with 14 additions and 0 deletions
@ -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
|
@ -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…
Reference in new issue