From 34e8ac88b0fee8ff97f63485bdce9d2520715552 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 15 Oct 2019 14:40:52 +0200 Subject: [PATCH] Default-Release --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b3c25dd..08593b9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +# Pin default release + + echo 'APT::Default-Release "bullseye";' > /etc/apt/apt.conf.d/00default + +Then add sid (for firefox, at least): + + deb https://deb.debian.org/debian sid main + deb-src https://deb.debian.org/debian sid main + + +# Packages I typically use + +``` +apt-get install arandr ecryptfs-utils emacs25-nox feh firefox fonts-liberation fonts-symbola git git-completion i3 i3lock-fancy jq network-manager-gnome rxvt-unicode unifont xautolock xorg +``` + # Install my dotfiles sh <(curl -s https://raw.githubusercontent.com/JulienPalard/dotfiles/master/install.sh) @@ -10,12 +26,6 @@ https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/ to get the Wi-Fi firmwares. -# Packages I typically use - -``` -apt-get install arandr ecryptfs-utils emacs25-nox feh firefox fonts-liberation fonts-symbola git git-completion i3 i3lock-fancy jq network-manager-gnome rxvt-unicode unifont xautolock xorg -``` - ## Packages I may need ```