Ready
This commit is contained in:
parent
4b84597615
commit
7556fe405c
@ -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
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
read -p "Enter the git commit message: " comment
|
||||
git add -A
|
||||
git commit -m "$comment"
|
||||
git push
|
||||
|
22
info.txt
22
info.txt
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user