Francis Ferrell

Find me on gitlab

See how I host and publish this static website using AWS, terraform, and gitlab CI in my gitlab project.

homebrew tap

The projects I package for Mac are hosted in my homebrew tap.

Add the homebrew tap.
brew tap --force-auto-update francisferrell/tap https://gitlab.com/francisferrell/homebrew-tap.git

apt repository

The projects I package for Ubuntu are hosted in my apt repository.

Add the signing key.
curl https://keybase.io/francisferrell/key.asc | sudo tee /etc/apt/trusted.gpg.d/francisferrell.asc
Add the repository source.
echo 'deb [arch=amd64] https://apt.francisferrell.dev stable main' | sudo tee /etc/apt/sources.list.d/francisferrell.list