Skip to content

Instantly share code, notes, and snippets.

View Welpyes's full-sized avatar

Welpyes Welpyes

  • Cebu City, Cebu Province, Philippines
View GitHub Profile
@Welpyes
Welpyes / fzpack
Created November 29, 2025 03:01
omarchy style package installer for termux
#!/bin/bash
source "$PREFIX/bin/termux-setup-package-manager" || exit 1
tsize=$(stty size)
cols=$(echo "$tsize" | awk '{print $1}')
install_package_pacman () {
selected=$(pkg list-all | sort | fzf --style=full --color=dark --layout=default --height=80% --border --preview 'pacman -Si {2}' --preview-window=down:50%)
if [ -n "$selected" ]; then
@Welpyes
Welpyes / packages.md
Last active April 5, 2025 17:19
Packages for a minimal bspwm install

packages

feh ImageMagick rhythmbox zsh kitty neovim fastfetch viewnior dunst cava dbus-x11 libX11-devel libXcomposite-devel libXdamage-devel libXfixes-devel libXrender-devel make gcc git dnf-plugins-core bspwm polybar rofi pcmanfm gh sxhkd 

this includes fastcompmgr's dependencies because picom is laggy on most android devices

fastcompmgr install

@Welpyes
Welpyes / bootloader.sh
Created March 18, 2025 15:18
pseudo systemd like bootloader script for termux
#!/bin/bash
# **NOTE**
# This is just the bootloader startup script,
# if you want to get a log in script
# for proot-distro i recommend visiting this repo
# https://github.com/LinuxDroidMaster/Termux-Desktops/
# Global Variables