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