Skip to content
View deathnmind's full-sized avatar
  • United States
Block or Report

Block or report deathnmind

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Chezmoi install and apply Chezmoi install and apply
    1
    # one liner  sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply deathnmind
    2
    #! /bin/bash
    3
    sh -c "$(curl -fsLS get.chezmoi.io)"
    4
    sudo ln -s ./bin/chezmoi /usr/bin/chezmoi
    5
    # logout and log back in
  2. docker setup from docker docker setup from docker
    1
    #! /bin/bash
    2
    # from: https://docs.docker.com/engine/install/ubuntu/
    3
    for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
    4
    sudo apt update
    5
    sudo apt install ca-certificates curl -yqq
  3. dotfiles dotfiles Public

    Chezmoi enabled dotfiles

    Shell

  4. homelab homelab Public

    Where the homelab configs live

    HCL