Update .config/packages/archgirlie

Add .local/bin/vpn-port-forwarding
This commit is contained in:
punkfairie 2024-06-08 12:53:24 -07:00
parent 5cb38151d0
commit 7f69869040
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 55 additions and 0 deletions

View file

@ -1,9 +1,13 @@
 -> Avoid running yay as root/sudo.
accessibility-inspector
aic94xx-firmware
alsa-utils
arandr
argparse
ark
ast-firmware
audex
audiocd-kio
awesome-git
base
base-devel
@ -30,19 +34,27 @@ chezmoi
clipboard-sync
cmake
colord
colord-kde
composer
copyq
cowsay
cpio
ctags
dnsmasq
dolphin
dolphin-plugins
dragon
dunst
edmarketconnector
efibootmgr
elisa
exfatprogs
exodus
eza
fd
feh
ffmpegthumbs
filelight
firefox
firewalld
fish
@ -65,15 +77,42 @@ gparted
grub
gum
gvfs-smb
gwenview
hunspell-en_us
hyfetch
hyphen-en
imagemagick
inotify-tools
iptables-nft
isoimagewriter
jc
jello-bin
jq
kalgebra
kamera
kamoso
kcalc
kcharselect
kcolorchooser
kcron
kdegraphics-thumbnailers
kdenetwork-filesharing
kdesdk-kio
kdesdk-thumbnailers
kdf
kdialog
kgpg
khelpcenter
kio-admin
kio-zeroconf
kjournald
kmix
kompare
konsole
krename
krfb
kruler
ksystemlog
lazygit
lib32-gamemode
lib32-vkd3d
@ -86,6 +125,7 @@ linux
linux-firmware
linux-firmware-qlogic
linux-headers
lokalize
lolcat
lsof
luarocks
@ -106,6 +146,7 @@ mopidy-mpris
mopidy-podcast
mpc
mythes-en
nano
ncmpcpp
neovim
networkmanager
@ -115,6 +156,7 @@ ntfs-3g
numlockx
nvidia
nvidia-settings
ocs-url
openrazer-daemon
pamixer
papirus-folders-catppuccin-git
@ -133,6 +175,7 @@ playerctl
plocate
polkit-kde-agent
postgresql
proton-vpn-gtk-app
protontricks-git
protonup-qt
python-catppuccin
@ -141,6 +184,7 @@ python-pip
python-pipenv
python-pipx
python-pynvim
qbittorrent
qt5-graphicaleffects
qt5-quickcontrols
qt5-quickcontrols2
@ -162,6 +206,7 @@ sddm-theme-catppuccin-git
sdl2-gamepad-mapper
shfmt
smbclient
spectacle
starship
steam
termux-language-server

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
while true; do
date
natpmpc -a 1 0 udp 60 -g 10.96.0.1 && natpmpc -a 1 0 tcp 60 -g 10.96.0.1 || {
echo -e "ERROR with natpmpc command \a"
break
}
sleep 45
done