Skip to content

kaiec/dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vim
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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