dotfiles/README.md

51 lines
1.6 KiB
Markdown
Raw Normal View History

2019-10-15 12:40:52 +00:00
# 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
```
2019-10-15 09:43:55 +00:00
# Install my dotfiles
2017-02-20 13:10:33 +00:00
sh <(curl -s https://raw.githubusercontent.com/JulienPalard/dotfiles/master/install.sh)
2018-01-30 20:27:35 +00:00
2019-10-15 09:43:55 +00:00
# Install a new Debian
On a laptop, I typically use
https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/
to get the Wi-Fi firmwares.
2017-03-14 16:01:09 +00:00
## Packages I may need
```
apt-get install firmware-iwlwifi
apt-get install firmware-nonfree
apt-get install laptop-mode-tools
2018-04-22 10:41:03 +00:00
apt-get install opensc opensc-pkcs11 # For yubikey
2017-03-14 16:01:09 +00:00
```
2015-11-28 17:05:51 +00:00
# What I typically do on a new laptop
- Change grub sleep time in `/etc/default/grub` (and run `update-grub`)
2017-03-14 16:01:09 +00:00
- update-alternatives --config x-terminal-emulator
- Set `Option "Tapping" "on"` for touchpad in `/usr/share/X11/xorg.conf.d/40-libinput.conf`
2018-11-09 08:59:52 +00:00
- (May have to change button map, like `xinput set-button-map 12 1 2 2 4 5 6 7`, use `xev` from `x11-utils` to see button ids).
2015-11-28 17:05:51 +00:00
- https://wiki.debian.org/TransparentEncryptionForHomeFolder
- Storage=volatile dans /etc/systemd/journald.conf
2018-01-30 20:27:35 +00:00
2018-10-14 22:14:28 +00:00
# Firefox extensions
- [Privacy Badger](https://chrome.google.com/webstore/detail/privacy-badger/pkehgijcmpdhfbdbbnkijodmdjhbjlgp?utm_source=chrome-app-launcher-info-dialog)