From 99c1d3a6879e307ae44350c2970e16e69a22540e Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sun, 11 Dec 2022 01:27:07 -0500 Subject: [PATCH] Been a bit --- .config/plasmavaultrc | 2 +- .gitconfig | 2 ++ .ssh/config | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/plasmavaultrc b/.config/plasmavaultrc index fe3272e..c5621f6 100644 --- a/.config/plasmavaultrc +++ b/.config/plasmavaultrc @@ -11,7 +11,7 @@ offlineOnly=false activities= backend=cryfs lastError=Cannot create the mount point (code: 0) -lastStatus=2 +lastStatus=1 mountPoint=/home/joe/Vaults/NSFW name=NSFW offlineOnly=false diff --git a/.gitconfig b/.gitconfig index fb9c7d1..225cac4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ rebase = false [branch] autosetuprebase = always +[safe] + directory = /opt/flutter diff --git a/.ssh/config b/.ssh/config index 3f34539..3c99ff2 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,5 +1,9 @@ # SSH For my own hosts # Supermicro machine in the server rack +Host 10.85.3.30 + HostName 10.85.3.30 + User joe + Host crawler.kitsunehosting.net HostName crawler.kitsunehosting.net User joe