Turn a fresh Project Bluefin installation into my version of a fully-configured development system by running a single command.
omakase-bluefin
is an opinionated take on an already opinionated Linux workstation.
Inspired by Omakub.
curl --proto '=https' --tlsv1.2 -sSf https://luke.hsiao.dev/omakase-bluefin.sh | sh
These scripts install a set of useful GUI applications as Flatpaks, as well as a single distrobox dev container with all my favorite core tools.
This dev-toolbox is the default terminal experience, and shared access to $HOME
, so it feels like you are working directly on the host.
- you cannot run
omakasebluefin
from within the toolbox (since we do not set up bash) - uninstall and update paths are not well tested (e.g., we know uninstall does NOT uninstall everything we installed)
This repository is distributed under the terms of the Blue Oak license. Any contributions are licensed under the same license, and acknowledge via the Developer Certificate of Origin. Omakub, which this repository is derived from, is distributed under the MIT License.
See LICENSE for details.