Compare commits
No commits in common. "6a5bf32f186e24fb8a3edceee14c0e236cd09612" and "2197848fdc9026496f3ad0f82aaff3189f257dff" have entirely different histories.
6a5bf32f18
...
2197848fdc
|
|
@ -45,7 +45,6 @@ bind index k previous-entry
|
||||||
bind attach <return> view-mailcap
|
bind attach <return> view-mailcap
|
||||||
#bind attach l view-mailcap
|
#bind attach l view-mailcap
|
||||||
bind editor <space> noop
|
bind editor <space> noop
|
||||||
bind index <space> noop
|
|
||||||
bind index G last-entry
|
bind index G last-entry
|
||||||
#bind pager,attach h exit
|
#bind pager,attach h exit
|
||||||
bind pager j next-line
|
bind pager j next-line
|
||||||
|
|
@ -55,7 +54,7 @@ bind index d delete-message
|
||||||
bind index U undelete-message
|
bind index U undelete-message
|
||||||
bind index L limit
|
bind index L limit
|
||||||
#bind index l display-message
|
#bind index l display-message
|
||||||
bind index <space> collapse-thread
|
bind index,query <space> tag-entry
|
||||||
#bind browser h goto-parent
|
#bind browser h goto-parent
|
||||||
#macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
|
#macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
|
||||||
bind index,pager H view-raw-message
|
bind index,pager H view-raw-message
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us
|
||||||
groups | grep -q sudo || return
|
groups | grep -q sudo || return
|
||||||
|
|
||||||
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
# 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 pulseaudio-utils
|
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
|
||||||
|
|
||||||
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue