Skip to content
/ dotfiles Public

My Linux configuration, feel free to steal or get in touch.

Notifications You must be signed in to change notification settings

kaiec/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deactivate flow control (ctrl s)

Put this in .bashrc

stty -ixon

Remapping Caps Lock

Ubuntu

Run

dconf write /org/gnome/desktop/input-sources/xkb-options "['caps:escape']"

Time zone change

While traveling, the time zone can be changed like this:

timedatectl set-timezone Europe/Paris

Setting up mail

Install:

  • neomutt
  • notmuch
  • notmuch-mutt
  • msmtp
  • offlineimap

From other computer:

  • Import GPG Keys
  • Copy folder with encrypted passwords
  • Copy ~/.mailboxes with default mailboxes

Encrypt passwords

  • Encrypt: gpg -r pw@local -e > ~/.kak/hallo.gpg
  • Decrypt: gpg --no-tty -q -d ~/.kak/hallo.gpg

Fingerprints for TLS

  • msmtp -a flokai --serverinfo --tls --tls-certcheck=off --tls-fingerprint=

About

My Linux configuration, feel free to steal or get in touch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published