Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 707 Bytes

File metadata and controls

28 lines (21 loc) · 707 Bytes

🛠️ helper scripts

Various setup scripts for my personal dev environments and home lab.

Usage

Debian Linux

Quality of Life (QoL) Setup

wget -O - https://raw.githubusercontent.com/mountmike/helper-scripts/main/debian/qol-setup.sh | sh

ohmyzsh Setup

wget -O - https://raw.githubusercontent.com/mountmike/helper-scripts/main/debian/zsh-setup.sh | sh

Alpine Linux

Quality of Life (QoL) Setup

wget -O - https://raw.githubusercontent.com/mountmike/helper-scripts/main/alpine/qol-setup.sh | sh

ohmyzsh Setup

wget -O - https://raw.githubusercontent.com/mountmike/helper-scripts/main/alpine/zsh-setup.sh | sh