Skip to content

sulf/omakub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omakub

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.

Installation

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

Contributing to the documentation

Please help us improve Omakub's documentation on the basecamp/omakub-site repository.

License

Omakub is released under the MIT License.

About

Opinionated Ubuntu Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.1%
  • CSS 21.6%
  • Lua 5.3%