Migrating this to Ansible.

This commit is contained in:
Julien Palard 2024-04-07 17:25:58 +02:00
parent 62ffa2a464
commit 30e5158e52
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 0 additions and 52 deletions

View File

@ -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