Skip to content

Instantly share code, notes, and snippets.

View epeters3's full-sized avatar

Evan Peterson epeters3

View GitHub Profile
@matthewjberger
matthewjberger / instructions.md
Last active June 18, 2024 07:32
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

@mitchwongho
mitchwongho / Docker
Last active November 29, 2023 06:36
Docker 'run' command to start an interactive BaSH session
# Assuming an Ubuntu Docker image
$ docker run -it <image> /bin/bash