add some more termux stuff
This commit is contained in:
parent
3cf9ece5c2
commit
a984f12e1e
|
@ -0,0 +1,4 @@
|
||||||
|
export PS1="pixelbook:\w\\$ "
|
||||||
|
if [[ "$HOME" != "/home" ]]; then
|
||||||
|
exec termux-chroot
|
||||||
|
fi
|
|
@ -14,6 +14,7 @@ PKGS="
|
||||||
mosh
|
mosh
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
proot
|
||||||
"
|
"
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
|
@ -23,3 +24,4 @@ apt -y autoremove
|
||||||
|
|
||||||
git config --global user.email jp@eeqj.com
|
git config --global user.email jp@eeqj.com
|
||||||
git config --global user.name "Jeffrey Paul"
|
git config --global user.name "Jeffrey Paul"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue