Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at non-nixpkgs/termux 8 lines 227 B view raw
1#!/usr/bin/env bash 2 3# Note that you need to install termux-packages first then 4# run "sv-enable sshd" for this to work. 5export SSH_AUTH_SOCK="${PREFIX}/var/run/ssh-agent.socket" 6 7# needed for gpg to work 8export GPG_TTY=$(tty)