updated termux setup

This commit is contained in:
Jeffrey Paul 2018-03-06 16:59:28 -05:00
parent 51e038fac7
commit 6776edd7a9
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
PKGS="
bash-completion
byobu
git
mosh
vim
"
@ -10,3 +10,7 @@ PKGS="
apt update
apt -y upgrade
apt -y install $PKGS
apt -y autoremove
git config --global user.email jp@eeqj.com
git config --global user.name "Jeffrey Paul"