updated termux setup
This commit is contained in:
parent
51e038fac7
commit
6776edd7a9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue