Skip to content

Commit

Permalink
Merge pull request #1 from ublue-os/blincus-one
Browse files Browse the repository at this point in the history
feat: blincus 0
  • Loading branch information
bketelsen authored Dec 13, 2023
2 parents d29ba67 + 4f0a884 commit 27f1080
Show file tree
Hide file tree
Showing 76 changed files with 11,341 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

generate:
docker run --rm -it --user $(id -u):$(id -g) --volume "$PWD:/app" dannyben/bashly generate
docker run --rm -it --user $(id -u):$(id -g) --volume "$PWD:/app" dannyben/bashly render templates/markdown site/src/content/docs/cli

install: generate
./install
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# blincus

Manage development containers with Incus
7 changes: 7 additions & 0 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# On the Shoulders of Giants

Blincus is built on the shoulders of these giants:

- [Bashly](https://bashly.dannyb.co) - bash framework
- [Distrobox](https://github.com/89luca89/distrobox) install/uninstall scripts
- [Astro](https://astro.build) - Starlight documentation theme
Loading

0 comments on commit 27f1080

Please sign in to comment.