From 30e5158e52d053d761c9e93e889f2c96e73f379c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 7 Apr 2024 17:25:58 +0200 Subject: [PATCH] Migrating this to Ansible. --- README.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/README.md b/README.md index dcdf76c..344918e 100644 --- a/README.md +++ b/README.md @@ -15,58 +15,6 @@ Then add sid (for firefox, at least): deb-src https://deb.debian.org/debian sid main -# Packages I typically use - -```bash -apt install \ - bash-completion \ - black \ - dnsutils \ - ecryptfs-utils \ - emacs-gtk \ - exuberant-ctags \ - feh \ - firefox \ - fonts-liberation \ - fonts-symbola \ - git \ - git-completion \ - gnome \ - jq \ - keepassxc \ - lesspipe \ - libpq-dev \ - python-openssl \ - python3-full \ - source-highlight \ - tk-dev \ - unifont -``` - -and to build Python: - -```bash -apt install \ - make \ - build-essential \ - libssl-dev \ - zlib1g-dev \ - libbz2-dev \ - libreadline-dev \ - libsqlite3-dev \ - wget \ - curl \ - llvm \ - libncursesw5-dev \ - xz-utils \ - tk-dev \ - libxml2-dev \ - libxmlsec1-dev \ - libffi-dev \ - liblzma-dev -``` - - # Install my dotfiles I clone the repo in `~/` thanks to a `.gitignore` containing `*`, so