Skip to content

Latest commit

 

History

History
executable file
·
38 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

executable file
·
38 lines (27 loc) · 1.32 KB
fileName Type Tags output title
README.md
Notes
Software, git, GitHub, Linux
pdf_document
Initiate Machine README

This repo initiates a machine with shell scripts, dotfiles, Linux installations, editor configurations, templates, stylesheets, and so on. Barebones, it can be used to kickstart iSH on iOS, Termux on Android, Linux Beta on ChromeOS, or larger.

If this repo is already in place locally, just run

source ./Linux/src/00-linux-new-setup

OR, if not yet, then run

wget -O - https://raw.githubusercontent.com/DannyQuah/Initiate-Machine/main/machines/Linux/src/00-linux-new-setup | bash

(which will take a while, depending on how fast the machine and Internet connection are).

For a skeletal setup, appropriate for, e.g., iSH on iOS, Termux on Android, or Linux beta on ChromeOS, I might run instead:

wget -O - https://raw.githubusercontent.com/DannyQuah/Initiate-Machine/main/machines/Linux/src/01-barebones-new-setup | bash

(Previously, this and other files and folders were uploaded to GitHub into Config-Management. That got too unwieldy, however, and so I've stripped down to this lightweight version.)