proofreading

This commit is contained in:
Julien Palard 2023-12-03 08:41:39 +01:00
parent 6305bfd25a
commit a0c7f5af36
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 14 additions and 25 deletions

View File

@ -66,18 +66,15 @@ apt install \
liblzma-dev
```
and for pidgin:
```bash
apt install pidgin \
pidgin-plugin-pack # Pour IRC
purple-discord
```
# Install my dotfiles
sh <(curl -s https://raw.githubusercontent.com/JulienPalard/dotfiles/master/install.sh)
I clone the repo in `~/` thanks to a `.gitignore` containing `*`, so
the first setup looks like:
git init
git fetch git@git.afpy.org:mdk/dotfiles.git
git checkout -f main
## Packages I may need
@ -106,23 +103,15 @@ see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981577 or simply `echo $'e
# What I typically do on a new laptop
- Change grub sleep time in `/etc/default/grub` (and run `update-grub`)
- Set `Option "Tapping" "on"` for touchpad in `/usr/share/X11/xorg.conf.d/40-libinput.conf`
- (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).
- https://wiki.debian.org/TransparentEncryptionForHomeFolder
- Storage=volatile dans /etc/systemd/journald.conf
- Change grub sleep time in `/etc/default/grub` (and run `update-grub`)
- Set `Option "Tapping" "on"` for touchpad in `/usr/share/X11/xorg.conf.d/40-libinput.conf`
- (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).
- https://wiki.debian.org/TransparentEncryptionForHomeFolder
- Storage=volatile dans /etc/systemd/journald.conf
# Firefox extensions
- [Privacy Badger](https://chrome.google.com/webstore/detail/privacy-badger/pkehgijcmpdhfbdbbnkijodmdjhbjlgp?utm_source=chrome-app-launcher-info-dialog)
# Crontab
```text
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DISPLAY=:0
# m h dom mon dow command
0 */4 * * * curl https://apod.nasa.gov/apod/astropix.html | grep -o 'image/[^ ]*.jpg' | sed 's#^#https://apod.nasa.gov/apod/#' | head -n 1 | xargs wget -O $HOME/apod.jpg && feh --bg-fill $HOME/apod.jpg && convert -resize 1920x1080^ $HOME/apod.jpg $HOME/apod.png
- [uBlock in medium mode](https://github.com/gorhill/uBlock/wiki/Blocking-mode)
- Multi Account Containers
- Grammalecte