Show all manually installed packages:
```shell
comm -23 <(apt-mark showmanual | sort -u) \
<(apt-mark showauto | sort -u)
```
code # skip on pop-os, as it is nerfed by the sandbox it runs in; To install VS Code on Pop-OS/Ubuntu:
1. Download the .deb file: https://code.visualstudio.com/docs/setup/linux
2. Install with `sudo apt install ./<file>.deb`
3. Install the apt repository and signing key,: `echo "code code/add-microsoft-repo boolean true" | sudo debconf-set-selections`
```
1password
clang
coreutils
curl
diffutils
direnvf
findutils
gh
git
gnome-tweaks
gnupg
golang
grep
htop
httpie
jq
llvm
logrotate
make
maven
miller
neovim
nmap
parallel
pipx
python3
python3-pip
python3-venv
ripgrep
sqlite3
sed
subversion
synergy
sysdig
tar
tig
wget
xz-utils
zsh
zsh-doc
```
Fetch and install zsv: https://github.com/liquidaty/zsv
Installing Rust: https://rust-lang.org/tools/install/