Skip to content

Commit

Permalink
Merge pull request #31 from 0xabhinav/patch-1
Browse files Browse the repository at this point in the history
move to eza from exa
  • Loading branch information
phoenixbyrd authored Feb 5, 2024
2 parents d0c6f5d + 95846b5 commit 2f2a72f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ echo "export DISPLAY=:1.0" >> $HOME/../usr/var/lib/proot-distro/installed-rootfs
#Set proot aliases
echo "
alias virgl='GALLIUM_DRIVER=virpipe '
alias ls='exa -lF --icons'
alias ls='eza -lF --icons'
alias cat='bat '
alias apt='sudo nala '
alias start='echo "please run from termux, not debian proot."'
Expand All @@ -71,7 +71,7 @@ proot-distro login debian --shared-tmp -- env DISPLAY=:1.0 cp /usr/share/zoneinf

setup_xfce() {
#Install xfce4 desktop and additional packages
pkg install git neofetch virglrenderer-android papirus-icon-theme xfce4 xfce4-goodies pavucontrol-qt exa bat jq nala wmctrl firefox netcat-openbsd -y
pkg install git neofetch virglrenderer-android papirus-icon-theme xfce4 xfce4-goodies pavucontrol-qt eza bat jq nala wmctrl firefox netcat-openbsd -y

#Create .bashrc
cp $HOME/../usr/var/lib/proot-distro/installed-rootfs/debian/etc/skel/.bashrc $HOME/.bashrc
Expand All @@ -88,7 +88,7 @@ source .sound" >> .bashrc
#Set aliases
echo "
alias debian='proot-distro login debian --user $username --shared-tmp'
alias ls='exa -lF --icons'
alias ls='eza -lF --icons'
alias cat='bat '
alias apt='pkg upgrade -y && nala $@'
" >> $HOME/.bashrc
Expand Down

0 comments on commit 2f2a72f

Please sign in to comment.