Pinned Loading
-
Chezmoi install and apply
Chezmoi install and apply 1# one liner sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply deathnmind
2#! /bin/bash
3sh -c "$(curl -fsLS get.chezmoi.io)"
4sudo ln -s ./bin/chezmoi /usr/bin/chezmoi
5# logout and log back in
-
docker setup from docker
docker setup from docker 1#! /bin/bash
2# from: https://docs.docker.com/engine/install/ubuntu/
3for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
4sudo apt update
5sudo apt install ca-certificates curl -yqq
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.