An opinionated script to initialize your Linux system.
This release has been tested on the following distributions, and should work on all distros based from:
- Debian
- Arch
Open a terminal and run one of the following:
wget -O - https://bit.ly/_sysinit | bash
wget -O - https://bit.ly/_linuxsysinit | bash
Alternatively if you want to audit the script clone the repo, and run the install.sh script:
git clone https://github.com/kedwards/sysinit.git
cd sysinit
./install.sh