backup: 2026-04-02 09:22

This commit is contained in:
Dmitry
2026-04-02 09:22:24 +03:00
parent b9eed82e8d
commit 6b0c808d97
5 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ args = ["-l", "-c", "tmux new-session -A -s main"]
[window] [window]
decorations = "None" # без рамок и заголовка decorations = "None" # без рамок и заголовка
startup_mode = "Maximized" # просто растянутое окно startup_mode = "Maximized" # просто растянутое окно
opacity = 0.90 opacity = 0.98
padding = { x = 10, y = 5 } padding = { x = 10, y = 5 }
[font] [font]
+1 -1
View File
@@ -18,7 +18,7 @@ Host pve
User root User root
IdentityFile ~/.ssh/keys/homelab_ssh.pub IdentityFile ~/.ssh/keys/homelab_ssh.pub
SetEnv TERM=xterm-256color SetEnv TERM=xterm-256color
ProxyJump vps # ProxyJump vps
Host openclaw Host openclaw
Hostname 192.168.1.20 Hostname 192.168.1.20
-4
View File
@@ -1,7 +1,3 @@
Host devel.mephi.ru
HostName devel.mephi.ru
KexAlgorithms +curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
Host github.com Host github.com
HostName github.com HostName github.com
User git User git
+4 -4
View File
@@ -129,7 +129,7 @@
}, },
"buffer_font_weight": 400.0, "buffer_font_weight": 400.0,
"ui_font_weight": 400.0, "ui_font_weight": 400.0,
"buffer_font_family": "FiraCode Nerd Font Mono", "buffer_font_family": "FiraCode Nerd Font Propo",
"buffer_line_height": "comfortable", "buffer_line_height": "comfortable",
"icon_theme": { "icon_theme": {
"mode": "system", "mode": "system",
@@ -138,11 +138,11 @@
}, },
"ui_font_size": 16.0, "ui_font_size": 16.0,
"buffer_font_size": 14.0, "buffer_font_size": 14.0,
// "proxy": "http://127.0.0.1:8118", "proxy": "socks5://127.0.0.1:20170",
"proxy": "socks5://ada:%3FHolivarr588856@157.22.231.198:1081", // "proxy": "socks5://ada:%3FHolivarr588856@157.22.231.198:1081",
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Ayu Light", "light": "Ayu Light",
"dark": "One Dark", "dark": "macOS Classic Dark",
}, },
} }
+2
View File
@@ -188,3 +188,5 @@ alias sshvpn='sshuttle --dns -r fl-vps 0/0 -X ~/.dotfiles/configs/.exclude-ip.tx
alias sshp-fg='ssh -D 127.0.0.1:1080 fl-vps -v sleep 9999' alias sshp-fg='ssh -D 127.0.0.1:1080 fl-vps -v sleep 9999'
alias gbackup='git add . && git commit -m "backup: $(date +"%Y-%m-%d %H:%M")" && git push && git remote get-url upstream &>/dev/null && git push upstream || true' alias gbackup='git add . && git commit -m "backup: $(date +"%Y-%m-%d %H:%M")" && git push && git remote get-url upstream &>/dev/null && git push upstream || true'
alias db_rev='rails db:drop && rails db:create && rails db:migrate && rails db:seed'