- **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>
25 lines
451 B
Plaintext
25 lines
451 B
Plaintext
# Services
|
|
Host github.com gitlab.com git.uni-due.de git.ude-syssec.de
|
|
Port 22
|
|
User git
|
|
IdentityFile /mnt/veracrypt1/git
|
|
|
|
Host git.ude-syssec.de
|
|
Hostname git.ude-syssec.de
|
|
|
|
Host github.com
|
|
Hostname github.com
|
|
|
|
Host gitlab.com
|
|
Hostname gitlab.com
|
|
|
|
Host git.uni-due.de
|
|
HostName git.uni-due.de
|
|
|
|
Host git.tudattr.dev
|
|
Hostname 192.168.20.34
|
|
Port 2222
|
|
User git
|
|
IdentityFile /mnt/veracrypt1/git
|
|
ProxyJump mii
|