Config and setup files

delete digitalocean vps

finxol.io e67e526e 5662c8d5

verified
Changed files
+13 -28
.config
+13 -25
.config/zed/settings.json
···
// from the command palette or from `Zed` application menu.
{
"ssh_connections": [
-
{
-
"host": "karr.finxol.io",
-
"projects": [
-
{
-
"paths": ["/"]
-
},
-
{
-
"paths": ["/etc/caddy"]
-
},
-
{
-
"paths": ["/srv/http"]
-
}
-
]
-
},
-
{
-
"host": "akhaten",
-
"projects": [
-
{
-
"paths": ["/srv/http"]
-
}
-
]
-
},
+
{
+
"host": "akhaten",
+
"projects": [
{
-
"host": "karr.mobi",
-
"projects": []
+
"paths": [
+
"/srv/http"
+
]
}
-
],
+
]
+
},
+
{
+
"host": "gallifrey",
+
"projects": []
+
}
+
],
"edit_predictions": {
"disabled_globs": ["*.config.*"],
"mode": "subtle",
-3
.zshrc
···
# Connect to VM
alias ssh-vm="ssh 'finxol@fdfa:6c9d:d516:7dda:78b0:39ff:fe3d:e285'"
-
# Connect to DigitalOcean droplet
-
alias dopers="ssh finxol@157.230.116.140"
-
# Connect to local Raspberry Pi
raspi() {
ip=`curl -s https://am.i.mullvad.net/ip`