Compare commits
4 Commits
808c332f8c
...
1f410ef686
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f410ef686 | |||
| 1ff1c753b8 | |||
| f7ca46397d | |||
| 0c81794297 |
@@ -69,7 +69,8 @@
|
|||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"none": "",
|
"none": "",
|
||||||
"notification": ""
|
"notification": "",
|
||||||
|
"dnd-notification": ""
|
||||||
},
|
},
|
||||||
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|||||||
54
.ssh/config
54
.ssh/config
@@ -1,105 +1,101 @@
|
|||||||
# ezTeam
|
# ezTeam
|
||||||
Host vd-ezt
|
Host vd-ezt
|
||||||
HostName vdezteam.intra.inist.fr
|
HostName vdezteam.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host *-ezt
|
Host *-ezt
|
||||||
User outline
|
User outline
|
||||||
|
|
||||||
|
# ezDoc
|
||||||
|
Host vd-ezdoc
|
||||||
|
HostName vdezdoc.intra.inist.fr
|
||||||
|
Host vi-ezdoc
|
||||||
|
HostName viezdoc.intra.inist.fr
|
||||||
|
Host *-ezdoc
|
||||||
|
User ezdoc
|
||||||
|
|
||||||
# ezMesure
|
# ezMesure
|
||||||
Host vd-ezm
|
Host vd-ezm
|
||||||
HostName vdezmesure.intra.inist.fr
|
HostName vdezmesure.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vi-ezm
|
Host vi-ezm
|
||||||
HostName viezmesure1.intra.inist.fr
|
HostName viezmesure1.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host *-ezm
|
Host *-ezm
|
||||||
User ezmesure
|
User ezmesure
|
||||||
|
|
||||||
# ezPaarse
|
# ezPaarse
|
||||||
Host vd-ezp
|
Host vd-ezp
|
||||||
HostName vdezpaarse.intra.inist.fr
|
HostName vdezpaarse.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vi-ezp
|
Host vi-ezp
|
||||||
HostName viezpaarse2.intra.inist.fr
|
HostName viezpaarse2.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vp-ezp
|
Host vp-ezp
|
||||||
HostName vpezpaarse.intra.inist.fr
|
HostName vpezpaarse.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host *-ezp
|
Host *-ezp
|
||||||
User ezpaarse
|
User ezpaarse
|
||||||
|
|
||||||
# Analogist
|
# Analogist
|
||||||
Host vd-analogist
|
Host vd-analogist
|
||||||
HostName vdanalogist.intra.inist.fr
|
HostName vdanalogist.intra.inist.fr
|
||||||
Port 22
|
|
||||||
IdentityFile analogist
|
IdentityFile analogist
|
||||||
Host vi-analogist
|
Host vi-analogist
|
||||||
HostName vianalogist1.intra.inist.fr
|
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
|
Host *-analogist
|
||||||
User analogist
|
User analogist
|
||||||
|
|
||||||
# Bibliomap
|
# Bibliomap
|
||||||
Host vp-biblio
|
|
||||||
HostName vpbibliomap.intra.inist.fr
|
|
||||||
Port 22
|
|
||||||
Host *-biblio
|
Host *-biblio
|
||||||
User bibliomap
|
User bibliomap
|
||||||
|
|
||||||
# ezUnpaywall
|
# ezUnpaywall
|
||||||
Host vd-ezu
|
Host vd-ezu
|
||||||
HostName vdunpaywall.intra.inist.fr
|
HostName vdunpaywall.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vi-ezu
|
Host vi-ezu
|
||||||
HostName viunpaywall.intra.inist.fr
|
HostName viunpaywall.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host *-ezu
|
Host *-ezu
|
||||||
User ezunpaywall
|
User ezunpaywall
|
||||||
|
|
||||||
# ReadHoldings
|
# ReadHoldings
|
||||||
Host vd-readholdings
|
Host vd-readholdings
|
||||||
HostName vdreadholdings.intra.inist.fr
|
HostName vdreadholdings.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host *-readholdings
|
Host *-readholdings
|
||||||
User 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
|
# ezMeta K3S
|
||||||
Host vk0-ezmeta-k3s
|
Host vk0-ezmeta-k3s
|
||||||
HostName vkdezmeta-api.intra.inist.fr
|
HostName vkdezmeta-api.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vk1-ezmeta-k3s
|
Host vk1-ezmeta-k3s
|
||||||
HostName vkdezmeta-wrk1.intra.inist.fr
|
HostName vkdezmeta-wrk1.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vk2-ezmeta-k3s
|
Host vk2-ezmeta-k3s
|
||||||
HostName vkdezmeta-wrk2.intra.inist.fr
|
HostName vkdezmeta-wrk2.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vk3-ezmeta-k3s
|
Host vk3-ezmeta-k3s
|
||||||
HostName vkdezmeta-wrk3.intra.inist.fr
|
HostName vkdezmeta-wrk3.intra.inist.fr
|
||||||
# ezunpaywall K3S
|
# ezunpaywall K3S
|
||||||
Port 22
|
|
||||||
Host vk-ezu-k3s
|
Host vk-ezu-k3s
|
||||||
HostName vkdunpaywall-mono.intra.inist.fr
|
HostName vkdunpaywall-mono.intra.inist.fr
|
||||||
# ezTeam K3S
|
# ezTeam K3S
|
||||||
Port 22
|
|
||||||
Host vk0-ezt-k3s
|
Host vk0-ezt-k3s
|
||||||
HostName vkdezteam-api.intra.inist.fr
|
HostName vkdezteam-api.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vk1-ezt-k3s
|
Host vk1-ezt-k3s
|
||||||
HostName vkdezteam-wrk1.intra.inist.fr
|
HostName vkdezteam-wrk1.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vk2-ezt-k3s
|
Host vk2-ezt-k3s
|
||||||
HostName vkdezteam-wrk2.intra.inist.fr
|
HostName vkdezteam-wrk2.intra.inist.fr
|
||||||
Port 22
|
|
||||||
Host vk3-ezt-k3s
|
Host vk3-ezt-k3s
|
||||||
HostName vkdezteam-wrk3.intra.inist.fr
|
HostName vkdezteam-wrk3.intra.inist.fr
|
||||||
# ez* K3S
|
# ez* K3S
|
||||||
Port 22
|
|
||||||
Host vk*-ez*-k3s
|
Host vk*-ez*-k3s
|
||||||
User sublet
|
User sublet
|
||||||
|
|
||||||
@@ -108,4 +104,4 @@ Host vk*-ez*-k3s
|
|||||||
# Global
|
# Global
|
||||||
Host *
|
Host *
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
SetEnv TERM=xterm
|
||||||
|
|||||||
16
.var/app/dev.zed.Zed/config/zed/keymap.json
Normal file
16
.var/app/dev.zed.Zed/config/zed/keymap.json
Normal file
@@ -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
|
// custom settings, run `zed: open default settings` from the
|
||||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
{
|
{
|
||||||
|
"disable_ai": true,
|
||||||
"vim_mode": false,
|
"vim_mode": false,
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
"metrics": false,
|
"metrics": false,
|
||||||
@@ -109,25 +110,22 @@
|
|||||||
|
|
||||||
"languages": {
|
"languages": {
|
||||||
"Vue.js": {
|
"Vue.js": {
|
||||||
"formatter": {
|
"format_on_save": "off",
|
||||||
"code_actions": {
|
"code_actions_on_format": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"JavaScript": {
|
"JavaScript": {
|
||||||
"formatter": {
|
"format_on_save": "off",
|
||||||
"code_actions": {
|
"code_actions_on_format": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"TypeScript": {
|
"TypeScript": {
|
||||||
"formatter": {
|
"format_on_save": "off",
|
||||||
"code_actions": {
|
"code_actions_on_format": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"YAML": {
|
"YAML": {
|
||||||
"format_on_save": "off"
|
"format_on_save": "off"
|
||||||
|
|||||||
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
|
# You may need to manually set your language environment
|
||||||
# export LANG=en_US.UTF-8
|
# export LANG=en_US.UTF-8
|
||||||
|
|
||||||
|
export EDITOR="hx"
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
# if [[ -n $SSH_CONNECTION ]]; then
|
# if [[ -n $SSH_CONNECTION ]]; then
|
||||||
# export EDITOR='vim'
|
# export EDITOR='vim'
|
||||||
@@ -158,6 +159,9 @@ alias grep="ugrep"
|
|||||||
alias curl="curlie"
|
alias curl="curlie"
|
||||||
# alias code="snap run code"
|
# alias code="snap run code"
|
||||||
alias docker-compose="PODMAN_COMPOSE_PROVIDER=/usr/libexec/docker/cli-plugins/docker-compose podman compose"
|
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.
|
# Generated for envman. Do not edit.
|
||||||
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user