A few package additions, especially coop-cloud

This commit is contained in:
xeruf 2022-08-28 23:17:26 +02:00
parent 32f1c8890a
commit 54367b557a
7 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
shell-tools shell/tools
fd fd
ripgrep ripgrep
zsh-completions zsh-completions
@ -7,3 +7,4 @@ unrar
man-pages man-pages
base-devel base-devel
topgrade topgrade
wiked-diff

View File

@ -1,4 +1,4 @@
shell-basics shell/basics
tree tree
wget wget
texinfo texinfo

0
handlers/chocolatey/install Normal file → Executable file
View File

1
packages/abra/aur Normal file
View File

@ -0,0 +1 @@
abra-git

2
packages/abra/linux Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
curl https://install.abra.coopcloud.tech | bash

View File

@ -1,2 +1,3 @@
#!/bin/sh -e
docker swarm init docker swarm init
docker network create -d overlay proxy docker network create -d overlay proxy

1
packages/wiked-diff/aur Normal file
View File

@ -0,0 +1 @@
python-wikeddiff-git