We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213986d commit 388daedCopy full SHA for 388daed
src/content/notes/tools/workstation.en.mdx
@@ -187,7 +187,7 @@ For more details about the software I use have a look at the [software page](./s
187
- Configure user and email `git config --global user.name "Robin" && git config --global user.email "[email protected]"`
188
- Configure GPG key `git config --global user.signing`
189
- Enable commit signing by default `git config --global commit.gpgsign true`
190
-1. Install docker (Container runtime) `paru -S docker`
+1. Install docker (Container runtime) `paru -S docker docker-compose docker-buildx`
191
1. Add user to docker group `gpasswd -a robin docker`
192
1. Restart
193
1. Install localesend (Share data and files locally) `paru -S localesend-bin`
0 commit comments