2024-02-10 10:48:23 +01:00
|
|
|
Manifest section for Tools:
|
|
|
|
===========================
|
|
|
|
|
|
|
|
Get island:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
```{.sh}
|
|
|
|
pipx install island
|
|
|
|
```
|
|
|
|
|
|
|
|
Create the tree:
|
|
|
|
----------------
|
|
|
|
```{.sh}
|
|
|
|
mkdir kangaroo_and_rabbit
|
|
|
|
cd kangaroo_and_rabbit
|
2024-02-10 10:50:08 +01:00
|
|
|
island init https://gitea.atria-soft.org/kangaroo-and-rabbit/manifest.git
|
2024-02-10 10:48:23 +01:00
|
|
|
island sync
|
|
|
|
cd ..
|
|
|
|
```
|
|
|
|
|
|
|
|
```{.sh}
|
|
|
|
mkdir kangaroo_and_rabbit
|
|
|
|
cd kangaroo_and_rabbit
|
2024-02-10 10:50:08 +01:00
|
|
|
island init git@gitea.atria-soft.org:kangaroo-and-rabbit/manifest.git
|
2024-02-10 10:48:23 +01:00
|
|
|
island sync
|
|
|
|
cd ..
|
|
|
|
```
|
|
|
|
|
|
|
|
Now all is done ...
|