Skip to content

Instantly share code, notes, and snippets.

@Hudson-Hughes
Created January 3, 2022 18:25
Show Gist options
  • Save Hudson-Hughes/841c958b5e32d22e451a9f39c0265368 to your computer and use it in GitHub Desktop.
Save Hudson-Hughes/841c958b5e32d22e451a9f39c0265368 to your computer and use it in GitHub Desktop.
apt update --yes
pkg update --yes
apt upgrade --yes
pkg upgrade --yes
pkg install wget golang python2 git build-essential yarn python3 vim nodejs tmux clang git curl x11-repo tigervnc lxqt otter-browser qterminal --yes
pkg install tigervnc xrdp ripgrep lxqt* --yes
pkg install yarn --yes
pkg install gh --yes
if [ ! -d ~/storage ]; then
termux-setup-storage;
fi
printf '#!/data/data/com.termux/files/usr/bin/sh\nlxqt-session &' > ~/.vnc/startup
yarn global add code-server
pkg install ripgrep
cd /data/data/com.termux/files/home/.config/yarn/global/node_modules/code-server
ln -s $PREFIX/bin/rg ./lib/vscode/node_modules/vscode-ripgrep/bin/rg
cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment