Add ssh config; fix kitty fontsize across devices

This commit is contained in:
kagura114 2024-09-14 23:29:50 +08:00
parent 8478e95d01
commit 46f868e733
3 changed files with 26 additions and 1 deletions

View file

@ -4,7 +4,7 @@ bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
font_size 11.5 # font_size 11.5
# Terminal bell # Terminal bell
enable_audio_bell no enable_audio_bell no

24
config/ssh Normal file
View file

@ -0,0 +1,24 @@
Host github.com
Hostname ssh.github.com
Port 443
User git
Host router.dorm.lan
Hostname 192.168.1.1
Port 11451
User root
Host nas.dorm.lan
Hostname 192.168.1.149
Port 22
User root
Host ssh.git.kagurach.uk
Hostname ssh.git.kagurach.uk
Port 22
User root
Host remote.dorm.lan
Hostname ssh.git.kagurach.uk
Port 30072
User root

View file

@ -78,6 +78,7 @@ in
home.file = { home.file = {
".config/fuzzel/fuzzel.ini".source = ./config/fuzzel.ini; ".config/fuzzel/fuzzel.ini".source = ./config/fuzzel.ini;
".config/kitty/kitty.conf".source = ./config/kitty.conf; ".config/kitty/kitty.conf".source = ./config/kitty.conf;
".ssh/config".source = ./config/ssh;
}; };
home.sessionVariables = { home.sessionVariables = {