From a0c7f5af36ee4a167baebd28565721399e9e8630 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 3 Dec 2023 08:41:39 +0100 Subject: [PATCH] proofreading --- README.md | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 00d1f1d..dcdf76c 100644 --- a/README.md +++ b/README.md @@ -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