Skip to content

Instantly share code, notes, and snippets.

@oofnikj
oofnikj / answerfile
Last active April 2, 2025 21:28
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
@matthewjberger
matthewjberger / instructions.md
Last active April 2, 2025 08:05
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache