feat: WireGuard VPN integration
- Add wg-up/wg-down/wg-status aliases to zshrc - Add Super+Ctrl+V / Super+Ctrl+Shift+V keybinds to Hyprland - Add Waybar custom module showing VPN status + traffic - Add wireguard-status.sh script
This commit is contained in:
@@ -62,6 +62,11 @@ alias dpa="docker ps -a"
|
||||
alias dl="docker ps -l -q"
|
||||
alias dx="docker exec -it"
|
||||
|
||||
# WireGuard VPN
|
||||
alias wg-up="sudo wg-quick up ~/ExoKortex/1-Soma/2-Areas/IT/work-laptop.conf"
|
||||
alias wg-down="sudo wg-quick down work-laptop"
|
||||
alias wg-status="sudo wg show"
|
||||
|
||||
# Cd
|
||||
alias ..="cd .."
|
||||
alias ...="cd ../.."
|
||||
|
||||
Reference in New Issue
Block a user