Skip to content

Instantly share code, notes, and snippets.

@bradmontgomery
Created December 31, 2023 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradmontgomery/685b4106c47fabb06f97a1d889c817d5 to your computer and use it in GitHub Desktop.
Save bradmontgomery/685b4106c47fabb06f97a1d889c817d5 to your computer and use it in GitHub Desktop.
Packages I've installed during my journey using Linux Mint
1password
ack
apt-transport-https
battery-stats
bcmwl-kernel-source
build-essential
chromium-browser
cmdtest
conky-all
direnv
dotnet7
dropbox
git
golang
htop
hugo
npm
openssh-server
pandoc
postgresql
python3.10-venv
python3.11
python3.11-venv
python3-gpg
python3-pip
redis
redis-server
redis-tools
s3cmd
sqlite
tig
tree
vim
vim-gui-common
vim-pathogen
xfonts-traditional
xfonts-unifont
zsh
@bradmontgomery
Copy link
Author

bradmontgomery commented Dec 31, 2023

I compiled these using the following command (see this post from formums.linuxmint.com)

comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)

And I might as well plug: https://bradmontgomery.net/blog/the-mintbook-air/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment