From 56c1b28d4e28019876d1b7c898ff4464b884794d Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Thu, 21 Dec 2023 09:13:35 +0100 Subject: [PATCH] ajout bruno et vim --- .config/mutt/global.muttrc | 2 +- installSystem.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/mutt/global.muttrc b/.config/mutt/global.muttrc index e5a48e4..1594008 100644 --- a/.config/mutt/global.muttrc +++ b/.config/mutt/global.muttrc @@ -10,7 +10,7 @@ set date_format="%d/%m/%y %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'threads' set sort_aux = 'reverse-last-date-received' -set editor = '/usr/bin/vim' +set editor = '~/.local/bin/nvim.appimage' #set smtp_authenticators = 'login' set query_command = "abook --mutt-query '%s'" set rfc2047_parameters = yes diff --git a/installSystem.sh b/installSystem.sh index d6632b6..c15ef7d 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -60,6 +60,12 @@ cd ~/workspace/suckless/slstatus && git checkout gil && make && sudo make instal # git clone git@git.portenseigne.ovh:pgil/dwm.git # git clone git@git.portenseigne.ovh:pgil/dwm-to-gdm.git +# Install bruno +# sudo mkdir -p /etc/apt/keyrings +# sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266 +# echo "deb [signed-by=/etc/apt/keyrings/bruno.gpg] http://debian.usebruno.com/ bruno stable" | sudo tee /etc/apt/sources.list.d/bruno.list +# sudo apt update +# sudo apt install bruno