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