Select the types of activity you want to include in your feed.
Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature.
gitlab.com/andreijiroh-dev/dotfiles
···11+#!/usr/bin/env bash
22+33+# Note that you need to install termux-packages first then
44+# run "sv-enable sshd" for this to work.
55+export SSH_AUTH_SOCK="${PREFIX}/var/run/ssh-agent.socket"
66+77+# needed for gpg to work
88+export GPG_TTY=$(tty)