mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
2 Commits
077e74a160
...
08bbd909f2
Author | SHA1 | Date | |
---|---|---|---|
08bbd909f2 | |||
ad5c7eb842 |
@ -59,10 +59,10 @@ set -x VISUAL "nvim"
|
||||
set -x EDITOR "nvim"
|
||||
|
||||
# Enable password store extensions
|
||||
set -x PASSWORD_STORE_ENABLE_EXTENSIONS "true"
|
||||
set -g PASSWORD_STORE_ENABLE_EXTENSIONS "true"
|
||||
|
||||
# Make sure pass uses the proper directory
|
||||
set -x PASSWORD_STORE_DIR ~/.local/share/pass
|
||||
set -g PASSWORD_STORE_DIR ~/.local/share/pass
|
||||
|
||||
# Use alternative muhome
|
||||
set -x MU_HOME ~/.cache/mu
|
||||
|
2
install
2
install
@ -61,9 +61,11 @@ mkdir_if_not_exist ~/.config/alacritty
|
||||
mkdir_if_not_exist ~/.config/nvim
|
||||
mkdir_if_not_exist ~/.config/fish
|
||||
mkdir_if_not_exist ~/.config/git
|
||||
mkdir_if_not_exist ~/.config/msmtp
|
||||
mkdir_if_not_exist ~/.config/omf
|
||||
mkdir_if_not_exist ~/.config/polybar/bin
|
||||
mkdir_if_not_exist ~/.config/mpd
|
||||
mkdir_if_not_exist ~/.config/systemd/user
|
||||
mkdir_if_not_exist ~/.config/wal
|
||||
mkdir_if_not_exist ~/.config/weechat
|
||||
mkdir_if_not_exist ~/.config/X11
|
||||
|
@ -1,26 +0,0 @@
|
||||
defaults
|
||||
auth on
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile ~/.config/msmtp/msmtp.log
|
||||
|
||||
account ryankes
|
||||
host smtp.mailbox.org
|
||||
port 587
|
||||
from ryan@ryankes.eu
|
||||
user ryan@ryankes.eu
|
||||
passwordeval "getpassword ryankes"
|
||||
|
||||
account gmail
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
from alrayyes@gmail.com
|
||||
user alrayyes@gmail.com
|
||||
passwordeval "getpassword gmail"
|
||||
|
||||
account andthensome
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
from ryan@andthensome.nl
|
||||
user ryan@andthensome.nl
|
||||
passwordeval "getpassword andthensome"
|
Loading…
Reference in New Issue
Block a user