Compare commits
4 Commits
808c332f8c
...
1f410ef686
| Author | SHA1 | Date |
|---|---|---|
|
|
1f410ef686 | |
|
|
1ff1c753b8 | |
|
|
f7ca46397d | |
|
|
0c81794297 |
|
|
@ -69,7 +69,8 @@
|
|||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"none": "",
|
||||
"notification": ""
|
||||
"notification": "",
|
||||
"dnd-notification": ""
|
||||
},
|
||||
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
||||
"return-type": "json",
|
||||
|
|
|
|||
54
.ssh/config
54
.ssh/config
|
|
@ -1,105 +1,101 @@
|
|||
# ezTeam
|
||||
Host vd-ezt
|
||||
HostName vdezteam.intra.inist.fr
|
||||
Port 22
|
||||
Host *-ezt
|
||||
User outline
|
||||
|
||||
# ezDoc
|
||||
Host vd-ezdoc
|
||||
HostName vdezdoc.intra.inist.fr
|
||||
Host vi-ezdoc
|
||||
HostName viezdoc.intra.inist.fr
|
||||
Host *-ezdoc
|
||||
User ezdoc
|
||||
|
||||
# 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 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
|
||||
|
||||
# ReadLabs
|
||||
Host vd-readlabs
|
||||
HostName vdreadlabs.intra.inist.fr
|
||||
Host vi-readlabs
|
||||
HostName vireadlabs.intra.inist.fr
|
||||
Host *-readlabs
|
||||
User readlabs
|
||||
|
||||
# ezDoc
|
||||
Host vd-ezdoc
|
||||
HostName vdezdoc.intra.inist.fr
|
||||
Host vi-ezdoc
|
||||
HostName viezdoc.intra.inist.fr
|
||||
Host *-ezdoc
|
||||
User ezdoc
|
||||
|
||||
# =====
|
||||
# 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
|
||||
|
||||
|
|
@ -108,4 +104,4 @@ Host vk*-ez*-k3s
|
|||
# Global
|
||||
Host *
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
SetEnv TERM=xterm
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
// Zed keymap
|
||||
//
|
||||
// For information on binding keys, see the Zed
|
||||
// documentation: https://zed.dev/docs/key-bindings
|
||||
//
|
||||
// To see the default key bindings run `zed: open default keymap`
|
||||
// from the command palette.
|
||||
[
|
||||
{
|
||||
"context": "Editor",
|
||||
"bindings": {
|
||||
"ctrl-k ctrl-c": "editor::ToggleComments",
|
||||
"ctrl-k ctrl-u": "editor::ToggleComments"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"disable_ai": true,
|
||||
"vim_mode": false,
|
||||
"telemetry": {
|
||||
"metrics": false,
|
||||
|
|
@ -109,24 +110,21 @@
|
|||
|
||||
"languages": {
|
||||
"Vue.js": {
|
||||
"formatter": {
|
||||
"code_actions": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
"format_on_save": "off",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
},
|
||||
"JavaScript": {
|
||||
"formatter": {
|
||||
"code_actions": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
"format_on_save": "off",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
},
|
||||
"TypeScript": {
|
||||
"formatter": {
|
||||
"code_actions": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
"format_on_save": "off",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
},
|
||||
"YAML": {
|
||||
|
|
|
|||
4
.zshrc
4
.zshrc
|
|
@ -128,6 +128,7 @@ eval "$(oh-my-posh init zsh --config ~/.p10k.omp.json)"
|
|||
# You may need to manually set your language environment
|
||||
# export LANG=en_US.UTF-8
|
||||
|
||||
export EDITOR="hx"
|
||||
# Preferred editor for local and remote sessions
|
||||
# if [[ -n $SSH_CONNECTION ]]; then
|
||||
# export EDITOR='vim'
|
||||
|
|
@ -158,6 +159,9 @@ alias grep="ugrep"
|
|||
alias curl="curlie"
|
||||
# alias code="snap run code"
|
||||
alias docker-compose="PODMAN_COMPOSE_PROVIDER=/usr/libexec/docker/cli-plugins/docker-compose podman compose"
|
||||
# Funny work aliases
|
||||
alias rip-yannick="gh pr create -w"
|
||||
alias rip-leo="rip-yannick"
|
||||
|
||||
# Generated for envman. Do not edit.
|
||||
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue