Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save perminder-klair/00f85fe4b08bdb2b119e4c388d6fe045 to your computer and use it in GitHub Desktop.

Select an option

Save perminder-klair/00f85fe4b08bdb2b119e4c388d6fe045 to your computer and use it in GitHub Desktop.
termux-setup
#!/data/data/com.termux/files/usr/bin/bash
set -e
yes | pkg update && yes | pkg upgrade
pkg install -y git curl wget openssh rsync \
build-essential clang cmake python python-pip nodejs-lts \
ripgrep fd fzf bat eza zoxide jq tmux neovim htop \
zsh starship zsh-autosuggestions zsh-syntax-highlighting \
termux-api
chsh -s zsh
termux-setup-storage
npm install -g @mariozechner/pi-coding-agent
# Pull dotfiles
git clone --bare https://github.com/parm/dotfiles.git $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
echo "Done. Run 'pi' to set up the agent."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment