updated termux setup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user