Skip to content

Commit

Permalink
chore: add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Nov 22, 2024
1 parent 5fb13ad commit c77e178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Turn a fresh [Project Bluefin](https://projectbluefin.io/) installation into my
`omakase-bluefin` is an opinionated take on and already opinionated Linux workstation.
Inspired by [Omakub](https://omakub.org/).

```
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/lukehsiao/omakase-bluefin/main/entry.sh | sh
```

## Overview

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.
Expand Down
1 change: 1 addition & 0 deletions entry.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eval "$(wget -qO- https://raw.githubusercontent.com/lukehsiao/omakase-bluefin/main/boot.sh)"

0 comments on commit c77e178

Please sign in to comment.