From 57c960aab79e64376b900b45656075e17d75295f Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 3 Dec 2023 08:31:11 +0100 Subject: [PATCH] proofreading --- .gitconfig | 1 + .pypirc | 5 ++--- .ssh/config | 12 +++++++----- .ssh/config.d/.placeholder | 0 4 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .ssh/config.d/.placeholder diff --git a/.gitconfig b/.gitconfig index a14caa7..abfe23b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,6 +22,7 @@ pr = pull --rebase pull-request = !sh -c \"git fetch upstream pull/${1}/head:pr_${1} && git worktree add ../$(basename $(git rev-parse --show-toplevel))-pr-${1} pr_${1}\" remote-gh = "!f() { git remote add $1 https://github.com/$1/$(basename $(pwd))/; git fetch $1; }; f" + remote-afpy = "!f() { git remote add $1 git@git.afpy.org:$1/$(basename $(pwd)).git; git fetch $1; }; f" st = status -s [init] diff --git a/.pypirc b/.pypirc index 012faab..423903c 100644 --- a/.pypirc +++ b/.pypirc @@ -4,9 +4,8 @@ index-servers = testpypi [pypi] -repository = https://upload.pypi.org/legacy/ -username = JulienPalard +username = __token__ +# password is fetched from keyring [testpypi] -repository = https://test.pypi.org/legacy/ username = JulienPalard diff --git a/.ssh/config b/.ssh/config index cd1f827..fb9a2a4 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,9 +1,16 @@ ServerAliveInterval=30 ServerAliveCountMax=3 +ControlMaster=auto +ControlPath=~/.cache/ssh/%r@%h:%p +ControlPersist=6h Host * ForwardAgent yes +Host mobian + HostName 192.168.1.58 + User mobian + Host silence HostName 192.168.1.210 User mdk @@ -12,12 +19,7 @@ Host deb2 HostName deb2.afpy.org User root -Host 192.168.0.3 - ProxyJump root@www.hackinscience.org - Host selene Hostname localhost Port 8622 ProxyJump mdk@mdk.fr - -Include config.d/* diff --git a/.ssh/config.d/.placeholder b/.ssh/config.d/.placeholder deleted file mode 100644 index e69de29..0000000