Compare commits

..

4 Commits

Author SHA1 Message Date
oxypomme 808c332f8c feat(zsh): added you-should-use 2025-09-19 14:40:56 +02:00
oxypomme 26b92f89f4 chore(zed): removed AI 2025-09-19 14:40:37 +02:00
oxypomme 3cb2b8afb8 fix(ssh): fixed host 2025-09-19 14:39:39 +02:00
oxypomme 66531578ae fix(kanshi): fixed issues with negative positions 2025-09-19 14:38:46 +02:00
4 changed files with 34 additions and 10 deletions

View File

@ -11,13 +11,13 @@ output "eDP-1" {
output "Dell Inc. DELL P2414H KKMMW62M0YKU" {
alias $OFFICE_CENTER
mode 1920x1080@60
position 0,0
position 1920,0
}
output "Hewlett Packard LA2405 CN41150LLN" {
alias $OFFICE_RIGHT
mode 1920x1200@59.950
position 1920,0
position 3840,0
}
# === Home ===
@ -25,20 +25,20 @@ output "Hewlett Packard LA2405 CN41150LLN" {
output "Iiyama North America PL2470H 0x30363738" {
alias $HOME_LEFT
mode 1920x1080@120
position -1920,0
position 0,0
}
output "AOC Q24G4 VH0R3HA002164" {
alias $HOME_CENTER
mode 2560x1440@120
position 0,0
position 1920,0
scale 1.25
}
output "Iiyama North America PL2470H 0x30363735" {
alias $HOME_RIGHT
mode 1920x1080@60
position 2048,-235
position 3968,-235
transform 270
}
@ -69,7 +69,7 @@ profile Home {
}
profile Office {
output $INTERNAL enable position -1920,0
output $INTERNAL enable position 0,0
output $OFFICE_CENTER enable
output $OFFICE_RIGHT enable

View File

@ -1,56 +1,70 @@
# ezTeam
Host vd-ezt
HostName vdezteam.intra.inist.fr
Port 22
Host *-ezt
User outline
# ezMesure
Host vd-ezm
HostName vdezmesure.intra.inist.fr
Port 22
Host vi-ezm
HostName viezmesure1.intra.inist.fr
Port 22
Host *-ezm
User ezmesure
# ezPaarse
Host vd-ezp
HostName vpezpaarse.intra.inist.fr
HostName vdezpaarse.intra.inist.fr
Port 22
Host vi-ezp
HostName viezpaarse2.intra.inist.fr
Port 22
Host vp-ezp
HostName vpezpaarse.intra.inist.fr
Port 22
Host *-ezp
User ezpaarse
# Analogist
Host vd-analogist
HostName vdanalogist.intra.inist.fr
Port 22
IdentityFile analogist
Host vi-analogist
HostName vianalogist1.intra.inist.fr
Port 22
Host vp-analogist
HostName vpanalogist.intra.inist.fr
# PubkeyAcceptedKeyTypes +ssh-rsa,ssh-dss
# HostKeyAlgorithms=+ssh-rsa
Port 22
Host *-analogist
User analogist
# Bibliomap
Host vp-biblio
HostName vpbibliomap.intra.inist.fr
Port 22
Host *-biblio
User bibliomap
# ezUnpaywall
Host vd-ezu
HostName vdunpaywall.intra.inist.fr
Port 22
Host vi-ezu
HostName viunpaywall.intra.inist.fr
Port 22
Host *-ezu
User ezunpaywall
# ReadHoldings
Host vd-readholdings
HostName vdreadholdings.intra.inist.fr
Port 22
Host *-readholdings
User readholdings
@ -58,25 +72,34 @@ Host *-readholdings
# ezMeta K3S
Host vk0-ezmeta-k3s
HostName vkdezmeta-api.intra.inist.fr
Port 22
Host vk1-ezmeta-k3s
HostName vkdezmeta-wrk1.intra.inist.fr
Port 22
Host vk2-ezmeta-k3s
HostName vkdezmeta-wrk2.intra.inist.fr
Port 22
Host vk3-ezmeta-k3s
HostName vkdezmeta-wrk3.intra.inist.fr
# ezunpaywall K3S
Port 22
Host vk-ezu-k3s
HostName vkdunpaywall-mono.intra.inist.fr
# ezTeam K3S
Port 22
Host vk0-ezt-k3s
HostName vkdezteam-api.intra.inist.fr
Port 22
Host vk1-ezt-k3s
HostName vkdezteam-wrk1.intra.inist.fr
Port 22
Host vk2-ezt-k3s
HostName vkdezteam-wrk2.intra.inist.fr
Port 22
Host vk3-ezt-k3s
HostName vkdezteam-wrk3.intra.inist.fr
# ez* K3S
Port 22
Host vk*-ez*-k3s
User sublet

View File

@ -58,10 +58,10 @@
"default_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4"
},
"button": true
}
},
"show_edit_predictions": true,
"show_edit_predictions": false,
"collaboration_panel": {
"button": false

1
.zshrc
View File

@ -109,6 +109,7 @@ plugins=(
nvm
sudo
command-not-found
you-should-use
fzf-tab
zsh-autosuggestions
zsh-syntax-highlighting