chore(config): update system and application configurations
- **Alacritty**: - Update font family from `DejaVuSansM Nerd Font Mono` to `DejaVu Sans Code`. - **i3 Window Manager**: - Remove unused `poweroff` binding (`+Shift+s`). - **Ranger**: - Update bookmark paths for streamlined navigation. - **SSH Configuration**: - Remove obsolete hosts (`docker-02`). - Add new entries for `docker-host00` and `docker-host01` with `ProxyJump` through `aya01`. - Correct `git.tudattr.dev` hostname mapping from `192.168.20.19` to `192.168.20.34`. - **Vim Spell Check**: - Add `CCS` to the custom spell file. These changes optimize user workflows, improve configuration accuracy, and update mappings for SSH and application environments. Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>master
parent
f2ee71e3ff
commit
51cf295ec1
|
@ -11,7 +11,7 @@ style = "Bold Italic"
|
|||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "DejaVuSansM Nerd Font Mono"
|
||||
family = "DejaVu Sans Code"
|
||||
style = "Regular"
|
||||
|
||||
[window]
|
||||
|
|
|
@ -103,9 +103,6 @@ exec --no-startup-id feh --bg-fill $HOME/Pictures/Wallpaper/basic/GMzBUSpbMAAucc
|
|||
# Lock
|
||||
bindsym $mod+Shift+space exec --no-startup-id python ~/.scripts/i3lock.py
|
||||
|
||||
# shutdown
|
||||
bindsym $mod+Shift+s exec poweroff
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
':/home/tudattr/.genesis/Documents/Uni/Studium/2023_Sommersemester/ethfuzz-related-work/2024-10-30
|
||||
':/home/tudattr
|
||||
a:/home/tudattr/Documents/Arbeit/Uni-DuE_NCS_SHK/04_-_Projekte
|
||||
s:/home/tudattr/Pictures/Screenshots
|
||||
u:/home/tudattr/.genesis/Documents/Uni/Studium
|
||||
|
|
|
@ -23,9 +23,6 @@ Host lulu lulu.mii
|
|||
HostName 192.168.20.28
|
||||
User root
|
||||
|
||||
Host docker-02 docker-02.mii
|
||||
HostName 192.168.20.19
|
||||
|
||||
Host k3s-loadbalancer.aya01 k3s-loadbalancer
|
||||
HostName 192.168.20.22
|
||||
ProxyJump aya01
|
||||
|
@ -62,8 +59,12 @@ Host k3s-longhorn00.aya01 k3s-longhorn00
|
|||
HostName 192.168.20.32
|
||||
ProxyJump aya01
|
||||
|
||||
Host k3s-longhorn01.aya01 k3s-longhorn01
|
||||
HostName 192.168.20.33
|
||||
Host docker-host00 docker-host00.aya01
|
||||
HostName 192.168.20.34
|
||||
ProxyJump aya01
|
||||
|
||||
Host docker-host01 docker-host01.aya01
|
||||
HostName 192.168.20.35
|
||||
ProxyJump aya01
|
||||
|
||||
Host k3s-postgres.aya01 k3s-postgres
|
||||
|
@ -81,10 +82,10 @@ Host behemoth.pi
|
|||
Host mii
|
||||
HostName tudattr.dev
|
||||
|
||||
Host inko.mii pi.mii aya01.mii naruto.mii docker-02.mii
|
||||
Host inko.mii pi.mii aya01.mii naruto.mii
|
||||
ProxyJump mii
|
||||
|
||||
Host mii pi inko naruto inko.mii pi.mii naruto.mii aya01 aya01.mii docker-02 docker-02.mii k3s-server00.aya01 k3s-server00 k3s-loadbalancer.aya01 k3s-loadbalancer k3s-postgres.aya01 k3s-postgres k3s-server01.aya01 k3s-server01 k3s-agent00.aya01 k3s-agent00 k3s-agent01.aya01 k3s-agent01 k3s-agent02.aya01 k3s-agent02 k3s-server02.aya01 k3s-server02 k3s-longhorn00.aya01 k3s-longhorn00 k3s-longhorn01.aya01 k3s-longhorn01 k3s-longhorn02.aya01 k3s-longhorn02
|
||||
Host mii pi inko naruto inko.mii pi.mii naruto.mii aya01 aya01.mii k3s-server00.aya01 k3s-server00 k3s-loadbalancer.aya01 k3s-loadbalancer k3s-postgres.aya01 k3s-postgres k3s-server01.aya01 k3s-server01 k3s-agent00.aya01 k3s-agent00 k3s-agent01.aya01 k3s-agent01 k3s-agent02.aya01 k3s-agent02 k3s-server02.aya01 k3s-server02 k3s-longhorn00.aya01 k3s-longhorn00 k3s-longhorn01.aya01 k3s-longhorn01 k3s-longhorn02.aya01 k3s-longhorn02 docker-host00 docker-host00.aya01 docker-host01 docker-host01.aya01
|
||||
Port 22
|
||||
User tudattr
|
||||
IdentityFile /mnt/veracrypt1/genesis
|
||||
|
|
|
@ -17,7 +17,7 @@ Host git.uni-due.de
|
|||
HostName git.uni-due.de
|
||||
|
||||
Host git.tudattr.dev
|
||||
Hostname 192.168.20.19
|
||||
Hostname 192.168.20.34
|
||||
Port 2222
|
||||
User git
|
||||
IdentityFile /mnt/veracrypt1/git
|
||||
|
|
|
@ -194,3 +194,4 @@ perf
|
|||
#eentrency
|
||||
reentrency/!
|
||||
delegatecall
|
||||
CCS
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue