mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Merge branch 'master' of github.com:alrayyes/dotfiles
This commit is contained in:
commit
6ccd0e7bd1
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ newsboat/.newsboat/history.search
|
||||
mutt/.config/mutt/.mailsynclastrun
|
||||
|
||||
gtk/.config/gtk-3.0/bookmarks
|
||||
|
||||
mpd/.config/mpd/pid
|
||||
|
@ -8,13 +8,11 @@ STATUS="$(nmcli device status | grep -c wg0)"
|
||||
|
||||
case $STATUS in
|
||||
1)
|
||||
sudo wg-quick down wg0 | notify-send
|
||||
sudo wg-quick down wg1
|
||||
sudo wg-quick down wg0
|
||||
notify-send 'Wireguard Down'
|
||||
;;
|
||||
*)
|
||||
sudo wg-quick up wg0
|
||||
sudo wg-quick up wg1
|
||||
notify-send 'Wireguard Up'
|
||||
;;
|
||||
esac
|
||||
|
@ -1,22 +1,10 @@
|
||||
[name]
|
||||
name = Ryan
|
||||
email = ryan@andthensome.nl
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
editor = emacs
|
||||
excludesfile = /home/alrayyes/.gitignore_global
|
||||
|
||||
[user]
|
||||
email = ryan@ryankes.eu
|
||||
name = Ryan Kes
|
||||
signingkey = ryan@ryankes.eu
|
||||
useconfigonly = true
|
||||
[push]
|
||||
default = matching
|
||||
[user]
|
||||
email = alrayyes@gmail.com
|
||||
name = Ryan Kes
|
||||
signingkey = alrayyes@gmail.com
|
||||
[sendemail]
|
||||
confirm = auto
|
||||
|
||||
[sendemail]
|
||||
smtpEncryption = tls
|
||||
smtpServer = /usr/bin/msmtp
|
||||
confirm = auto
|
||||
chainreplyto = false
|
||||
|
Loading…
Reference in New Issue
Block a user