Turn a fresh Ubuntu installation into a fully-configured, beautiful, and modern web development system by running a single command. That's the one-line pitch for Omakub. No need to write bespoke configs for every essential tool just to get started or to be up on all the latest command-line tools. Omakub is an opinionated take on what Linux can be at its best.
Watch the introduction video and read more at omakub.org.
echo "Installing git..."
sudo apt-get update > /dev/null
sudo apt-get install -y git > /dev/null
echo "Cloning stable OMAKUB..."
git clone -b stable https://github.com/sulf/omakub.git ~/.local/share/omakub > /dev/null
source ~/.local/share/omakub/install.sh
Please help us improve Omakub's documentation on the basecamp/omakub-site repository.
Omakub is released under the MIT License.