packages: add coop-cloud & stuff
This commit is contained in:
parent
c535f038a9
commit
8256a99018
7 changed files with 7 additions and 2 deletions
1
packages/coop-cloud/depends
Normal file
1
packages/coop-cloud/depends
Normal file
|
@ -0,0 +1 @@
|
||||||
|
docker
|
2
packages/coop-cloud/linux
Executable file
2
packages/coop-cloud/linux
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
docker swarm init
|
||||||
|
docker network create -d overlay proxy
|
0
packages/docker/arch
Normal file
0
packages/docker/arch
Normal file
1
packages/docker/linux
Executable file
1
packages/docker/linux
Executable file
|
@ -0,0 +1 @@
|
||||||
|
wget -O- https://get.docker.com | bash
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
|
emacsd="${XDG_CONFIG_HOME:-$HOME/.config}/emacs"
|
||||||
~/.emacs.d/bin/doom install
|
git clone https://github.com/hlissner/doom-emacs "$emacsd"
|
||||||
|
"$emacsd" install
|
||||||
|
|
0
packages/emacs/apt
Normal file
0
packages/emacs/apt
Normal file
0
packages/emacs/homebrew
Normal file
0
packages/emacs/homebrew
Normal file
Loading…
Add table
Reference in a new issue