backup: 2026-04-02 09:22
This commit is contained in:
@@ -6,7 +6,7 @@ args = ["-l", "-c", "tmux new-session -A -s main"]
|
||||
[window]
|
||||
decorations = "None" # без рамок и заголовка
|
||||
startup_mode = "Maximized" # просто растянутое окно
|
||||
opacity = 0.90
|
||||
opacity = 0.98
|
||||
padding = { x = 10, y = 5 }
|
||||
|
||||
[font]
|
||||
|
||||
@@ -18,7 +18,7 @@ Host pve
|
||||
User root
|
||||
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump vps
|
||||
# ProxyJump vps
|
||||
|
||||
Host openclaw
|
||||
Hostname 192.168.1.20
|
||||
|
||||
@@ -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
|
||||
HostName github.com
|
||||
User git
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
},
|
||||
"buffer_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",
|
||||
"icon_theme": {
|
||||
"mode": "system",
|
||||
@@ -138,11 +138,11 @@
|
||||
},
|
||||
"ui_font_size": 16.0,
|
||||
"buffer_font_size": 14.0,
|
||||
// "proxy": "http://127.0.0.1:8118",
|
||||
"proxy": "socks5://ada:%3FHolivarr588856@157.22.231.198:1081",
|
||||
"proxy": "socks5://127.0.0.1:20170",
|
||||
// "proxy": "socks5://ada:%3FHolivarr588856@157.22.231.198:1081",
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Ayu Light",
|
||||
"dark": "One Dark",
|
||||
"dark": "macOS Classic Dark",
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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 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'
|
||||
|
||||
Reference in New Issue
Block a user