Compare commits

..

No commits in common. "7cbcdd75b309baae92e75f72d8b2eb29dd702875" and "158d04e36c8710d3fb1d14b5a3bcd7968e6c5e37" have entirely different histories.

4 changed files with 25 additions and 23 deletions

View file

@ -2,14 +2,26 @@
# repo name header and Include lines. You can add preferred servers immediately # repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors. # after the header, and they will be used before the default mirrors.
#[core-testing] #[testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[core] [core]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
#[extra-testing]
#Include = /etc/pacman.d/mirrorlist
[extra] [extra]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#Include = /etc/pacman.d/mirrorlist

View file

@ -1,5 +1,5 @@
--save /etc/pacman.d/mirrorlist --save /etc/pacman.d/mirrorlist
--protocol https --protocol https
--country France,Germany --country Germany
--age 12 --latest 5
--sort rate --sort age

View file

@ -38,13 +38,14 @@ Host helios
# FIDO2 # FIDO2
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
Host helios-unlock Host helios-unlock
HostName 192.168.178.20 #HostName 192.168.178.20
#HostName space.home.strobel.one HostName space.home.strobel.one
User root User root
IdentityFile ~/.ssh/id_rsa_yubikey.pub IdentityFile ~/.ssh/id_rsa_yubikey.pub
UserKnownHostsFile ~/.ssh/known_hosts.initramfs UserKnownHostsFile ~/.ssh/known_hosts.initramfs
Ciphers aes256-ctr Ciphers aes256-ctr
MACs hmac-sha2-256 MACs hmac-sha2-256
#HostKeyAlgorithms ssh-rsa
## OpenWRT Router ## OpenWRT Router
#Host owrt #Host owrt
@ -77,25 +78,12 @@ Host hetznerstoragebox
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
## Git services ## Git services
Host github.com Host github.com
User git User git
ControlMaster no ControlMaster no
IdentityFile ~/.ssh/id_rsa_yubikey.pub IdentityFile ~/.ssh/id_rsa_yubikey.pub
#MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com #MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
Host gitlab.com
User git
ControlMaster no
# FIDO2
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
Host aur.archlinux.org
User aur
ControlMaster no
# FIDO2
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
## Friends ## Friends
Host max Host max
HostName multimax.haedicke.one HostName multimax.haedicke.one
@ -131,7 +119,7 @@ Host *
ControlPersist 300 ControlPersist 300
ControlPath ~/.ssh/socket-%r@%h:%p ControlPath ~/.ssh/socket-%r@%h:%p
IdentitiesOnly yes IdentitiesOnly yes
HashKnownHosts no HashKnownHosts yes
PasswordAuthentication no PasswordAuthentication no
ChallengeResponseAuthentication no ChallengeResponseAuthentication no
StrictHostKeyChecking ask StrictHostKeyChecking ask

View file

@ -12,3 +12,5 @@ gnome-extensions enable quick-settings-tweaks@qwreey
gnome-extensions enable nightthemeswitcher@romainvigier.fr gnome-extensions enable nightthemeswitcher@romainvigier.fr
gnome-extensions enable AlphabeticalAppGrid@stuarthayhurst gnome-extensions enable AlphabeticalAppGrid@stuarthayhurst
gnome-extensions enable tiling-assistant@leleat-on-github gnome-extensions enable tiling-assistant@leleat-on-github
gnome-extensions disable pop-shell@system76.com