clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

+4
+3
backup_dotfiles.sh
··· 122 122 #ansible 123 123 cp ~/.k9s/hotkey.yml $git/general/dotfiles/k9s/hotkey.yml 124 124 125 + #presenterm 126 + cp ~/.config/presenterm/config.yaml $git/general/dotfiles/presenterm/config.yaml 127 + 125 128 #Lazygit: location could be changed: `export XDG_CONFIG_HOME="$HOME/.config` (but that would affect all apps) 126 129 cp -r ~/Library/Application\ Support/lazygit/config.yml $git/general/dotfiles/lazygit/config.yml 127 130 # source $venvs/dagster/bin/activate
+1
mutt/muttrc
··· 23 23 24 24 set realname = "Simon Späti" 25 25 set from = "simon@ssp.sh" 26 + # accounts in `~/msmtprc` 26 27 set sendmail = "msmtp -a simon@sspaeti.com" 27 28 # send each mail bcc to hey email in order to have the full picture there too 28 29 send-hook . "my_hdr Bcc: sspaeti@hey.com"