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
# 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' |
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