Compare commits
No commits in common. "1f410ef6862a7a4ea9bc3d922eb9fd7e7b697976" and "808c332f8c2dbad08c109e329c05aed53915da29" have entirely different histories.
1f410ef686
...
808c332f8c
|
|
@ -69,8 +69,7 @@
|
|||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"none": "",
|
||||
"notification": "",
|
||||
"dnd-notification": ""
|
||||
"notification": ""
|
||||
},
|
||||
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
||||
"return-type": "json",
|
||||
|
|
|
|||
54
.ssh/config
54
.ssh/config
|
|
@ -1,101 +1,105 @@
|
|||
# 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
|
||||
|
||||
|
|
@ -104,4 +108,4 @@ Host vk*-ez*-k3s
|
|||
# Global
|
||||
Host *
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SetEnv TERM=xterm
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
// 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,7 +7,6 @@
|
|||
// 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,
|
||||
|
|
@ -110,21 +109,24 @@
|
|||
|
||||
"languages": {
|
||||
"Vue.js": {
|
||||
"format_on_save": "off",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true
|
||||
"formatter": {
|
||||
"code_actions": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"JavaScript": {
|
||||
"format_on_save": "off",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true
|
||||
"formatter": {
|
||||
"code_actions": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"TypeScript": {
|
||||
"format_on_save": "off",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true
|
||||
"formatter": {
|
||||
"code_actions": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"YAML": {
|
||||
|
|
|
|||
4
.zshrc
4
.zshrc
|
|
@ -128,7 +128,6 @@ 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'
|
||||
|
|
@ -159,9 +158,6 @@ 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