Compare commits

...

2 Commits

Author SHA1 Message Date
Gil Portenseigne 6a5bf32f18 Ajout collapse de thread 2023-12-12 17:07:05 +01:00
Gil Portenseigne cfccc3212a Ajout de pulsaudio utils pour le controle de son 2023-12-12 14:07:32 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -45,6 +45,7 @@ bind index k previous-entry
bind attach <return> view-mailcap
#bind attach l view-mailcap
bind editor <space> noop
bind index <space> noop
bind index G last-entry
#bind pager,attach h exit
bind pager j next-line
@ -54,7 +55,7 @@ bind index d delete-message
bind index U undelete-message
bind index L limit
#bind index l display-message
bind index,query <space> tag-entry
bind index <space> collapse-thread
#bind browser h goto-parent
#macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
bind index,pager H view-raw-message

View File

@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us
groups | grep -q sudo || return
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
sudo apt install -y vim-gtk3 python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox vim vim-nox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview
sudo apt install -y vim-gtk3 python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox vim vim-nox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd