Skip to content

Instantly share code, notes, and snippets.

Verifying that I control the following Nostr public key: npub1fc3686r7dfcn50mdu4mru5jzl4sdk8namhnpmtr0aezaw08gkewst4shr8
@aquacash5
aquacash5 / Brewfile
Last active January 19, 2024 17:15
New Windows Installation
tap "aws/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "act"
brew "openssl@1.1"
brew "python@3.9"
brew "awscli"
brew "bash"
@aquacash5
aquacash5 / .bash_aliases
Last active August 19, 2024 10:51
Shell defaults and aliases
# Bash aliases for Linux
alias prp='pipenv run python'
alias ytdl='youtube-dl'
alias ytmp3='youtube-dl --extract-audio --audio-format mp3 --output "%(title)s.%(ext)s"'
alias ..='cd ..'