Tool to quickly put a Debian-family Linux install into a usable, handy state.
If you can't throw your laptop off a bridge and have your new workstation fully configured by the time the laptop hits the water, then you need this tool.
In order to run this tool, you will need a machine with the following characteristics:
- Uses
apt
andsnap
for package management - Has
bash
installed - The ability to clone from Github over SSH
Clone this repository:
git clone git@github.com:bclarkx2/ubuntu-setup
See the help menu for a description of the command line flags:
./setup --help
Edit the files in the various subdirectories if you want to customize what is available to be installed.
Execute the setup script. Here is a sample command:
./setup --interactive
Version 2 of this tool is written in bash (version 1 was a clunky Python mess).
Versioning strategy: SemVer
For the versions available, see the tags on this repository.
- Brian Clark - Primary author
This project is licensed under the MIT license - see the LICENSE.md for details.
Shout out to the Google shell guide!