From 7556fe405cffd92c6b09c6668eaa47fbc28da03c Mon Sep 17 00:00:00 2001 From: "stephan.raabe" Date: Sat, 18 Feb 2023 16:28:25 +0100 Subject: [PATCH] Ready --- gitpull.sh | 6 ------ gitpush.sh | 7 ------- info.txt | 22 ---------------------- neomutt/muttrc.example | 14 +++++++------- 4 files changed, 7 insertions(+), 42 deletions(-) delete mode 100755 gitpull.sh delete mode 100755 gitpush.sh delete mode 100644 info.txt diff --git a/gitpull.sh b/gitpull.sh deleted file mode 100755 index 067aa3a..0000000 --- a/gitpull.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -read -p "Do you really want to pull the lastest version? " c -git reset --hard HEAD -git clean -f -d -git pull diff --git a/gitpush.sh b/gitpush.sh deleted file mode 100755 index 25cf4ea..0000000 --- a/gitpush.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -read -p "Enter the git commit message: " comment -git add -A -git commit -m "$comment" -git push - diff --git a/info.txt b/info.txt deleted file mode 100644 index ecdb6f7..0000000 --- a/info.txt +++ /dev/null @@ -1,22 +0,0 @@ -Screenresolution -xrandr --rate 120 - -Start VM without sudo -virsh --connect qemu:///system start win10 - -Disable Suspend -https://wiki.archlinux.org/title/Power_management#Disabling_suspend - -Git Crendential Helper Store (to store credentials) -git config credential.helper store - -NEOMUTT -Delete Emails with d + $ to sync - -DISABLE Suspend and Hibernation -sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target - -REBOOT & CHECK Status -sudo systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target - - diff --git a/neomutt/muttrc.example b/neomutt/muttrc.example index c37364e..0260fe6 100644 --- a/neomutt/muttrc.example +++ b/neomutt/muttrc.example @@ -1,21 +1,21 @@ # CREDENTIALS -set my_user = "wp1160188-raabe" -set my_pass = "sancho!mail1" +set my_user = "" +set my_pass = "" # IMAP -set my_name = "Stephan Raabe" +set my_name = "" set imap_user = $my_user set imap_pass = $my_pass -set folder = imaps://wp1160188.mail.server-he.de +set folder = set spoolfile = +INBOX set mail_check = 120 # SMTP -set realname = "Stephan Raabe" -set from = mail@stephan-raabe.de +set realname = "" +set from = set use_from = yes set smtp_pass = $my_pass -set smtp_url = smtps://$my_user@wp1160188.mailout.server-he.de +set smtp_url = set ssl_force_tls = yes # EDITOR