[system] feat: more local config
git uses gpg fix fonts fix maps + mail accounts
This commit is contained in:
parent
d58c838ef2
commit
530694717f
@ -1,13 +1,13 @@
|
||||
!! Set a default font and font size as below:
|
||||
*.font: FiraCode Nerd Font:size=14
|
||||
*.symbols: FiraCode nerd Font:size=14
|
||||
*.font: FiraCode:size=14
|
||||
*.symbols: Symbols Nerd Font:size=14
|
||||
|
||||
/* dwm config */
|
||||
dwm.borderpx: 2
|
||||
dwm.gappx: 15
|
||||
|
||||
/* st config */
|
||||
st.font: FiraCode Nerd Font:size=14
|
||||
st.symbols: FiraCode Nerd Font:size=14
|
||||
st.font: FiraCode:size=14
|
||||
st.symbols: Symbols Nerd Font:size=14
|
||||
st.termname: st-256color
|
||||
st.borderpx: 5
|
||||
|
@ -1,9 +1,9 @@
|
||||
[user]
|
||||
email = swytch@mailo.com
|
||||
email = david.julien@univ-nantes.fr
|
||||
name = David JULIEN
|
||||
signingKey = AA82A06F
|
||||
signingKey = 0x1DD6B2BA6DD78810
|
||||
[gpg]
|
||||
program = gpg2
|
||||
program = gpg
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[status]
|
||||
|
@ -5,10 +5,7 @@ bind index,pager g noop
|
||||
bind index \Cf noop
|
||||
|
||||
# Switching accounts
|
||||
macro index,pager ip '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/neomutt/accounts/1-david.julien@posteo.net.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to david.julien@posteo.net"
|
||||
macro index,pager is '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/neomutt/accounts/2-david.julien@ens-lyon.fr.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to david.julien@ens-lyon.fr"
|
||||
macro index,pager in '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to david.julien@univ-nantes.fr"
|
||||
macro index,pager im '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/neomutt/accounts/3-david.julien@mailo.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to david.julien@mailo.com"
|
||||
macro index,pager in '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/neomutt/accounts/1-david.julien@univ-nantes.fr.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to david.julien@univ-nantes.fr"
|
||||
|
||||
# General rebindings
|
||||
bind index j next-entry
|
||||
|
@ -33,4 +33,4 @@ alternative_order text/plain text/enriched text/html
|
||||
|
||||
source $XDG_CONFIG_HOME/neomutt/maps
|
||||
source $XDG_CONFIG_HOME/neomutt/colors
|
||||
source $XDG_CONFIG_HOME/neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc
|
||||
source $XDG_CONFIG_HOME/neomutt/accounts/1-david.julien@univ-nantes.fr.muttrc
|
||||
|
Reference in New Issue
Block a user