Skip to content

Instantly share code, notes, and snippets.

View RebelLion420's full-sized avatar

Gaige Carlos RebelLion420

  • San Diego, California
View GitHub Profile
@RebelLion420
RebelLion420 / .aliases
Last active May 10, 2020 15:38
Termux configs
# Personals
alias git=hub
alias vim='nvim'
alias reload='source ~/.bashrc'
alias synceach='echo "" ; for d in ./*/ ; do (cd "$d" && echo -e "* $(basename "`pwd`")" && git reset --hard HEAD && git clean -fd && git pull && echo "" || exit 1) ; done || echo -e "Error occured.\n"'
alias ls='ls -F --color=auto --group-directories-first'
alias gstart='gcloud compute instances start'
alias gstop='gcloud compute instances stop'
alias glist='gcloud compute instances list'
@RebelLion420
RebelLion420 / TermuxArchSetup2024.md
Last active March 15, 2025 21:43
How to set up Arch Linux in Termux on Android

NOTICE: This will take up about 3 GB of space on your device, before syncing any repos or projects.

Install Termux from the Play Store and launch it

Once it finishes unpacking:

pkg update

pkg upgrade -y