packages: add coop-cloud & stuff

This commit is contained in:
xeruf 2022-08-14 01:53:48 +02:00
parent c535f038a9
commit 8256a99018
7 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1 @@
docker

2
packages/coop-cloud/linux Executable file
View file

@ -0,0 +1,2 @@
docker swarm init
docker network create -d overlay proxy

0
packages/docker/arch Normal file
View file

1
packages/docker/linux Executable file
View file

@ -0,0 +1 @@
wget -O- https://get.docker.com | bash

View file

@ -1,3 +1,4 @@
#!/bin/sh
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
emacsd="${XDG_CONFIG_HOME:-$HOME/.config}/emacs"
git clone https://github.com/hlissner/doom-emacs "$emacsd"
"$emacsd" install

0
packages/emacs/apt Normal file
View file

0
packages/emacs/homebrew Normal file
View file