Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Git: For version control and collaboration.

3. Once both apks are installed, copy the script below to begin the installation. Make sure you allow termux storage permissions when it prompts you.
```
apt update && apt upgrade -o Dpkg::Options::="--force-confnew" -y && termux-setup-storage && sleep 5 && apt update && apt install git -y && git clone https://github.com/OvalRaptor/VSCodeOnAndroid.git && cd VSCodeOnAndroid && chmod +x install.sh && ./install.sh
apt update && apt upgrade -o Dpkg::Options::="--force-confnew" -y && termux-setup-storage && sleep 5 && apt update && apt install git -y && git clone https://github.com/Aakashraj24/VSCodeOnAndroid.git && cd VSCodeOnAndroid && chmod +x install.sh && ./install.sh

```

Expand Down
13 changes: 2 additions & 11 deletions bash.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# User name
#change your user name here
user_name="VSCode"
user_name="Aakash_Rajbhar"

# Default editor
editor="nano"
Expand Down Expand Up @@ -69,7 +69,7 @@ end_cr="37" #color of prompt end
dir_cr="36" #color of current directory

PS1='\[\033[0;${bar_cr}m\]┌──(\[\033[1;${name_cr}m\]${user_name}${sym}\h\[\033[0;${bar_cr}m\])-[\[\033[0;${dir_cr}m\]\w\[\033[0;${bar_cr}m\]]
\[\033[0;${bar_cr}m\]└─\[\033[1;${end_cr}m\]\$\[\033[0m\] '
\[\033[0;${bar_cr}m\]└─\[\033[1;${end_cr}m\]=>\[\033[0m\] '

#### Aliases ##########################

Expand Down Expand Up @@ -175,13 +175,4 @@ n()

echo -e "\033[34m"
clear
echo '██╗░░░██╗░██████╗░█████╗░░█████╗░██████╗░███████╗'
echo '██║░░░██║██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝'
echo '╚██╗░██╔╝╚█████╗░██║░░╚═╝██║░░██║██║░░██║█████╗░░'
echo '░╚████╔╝░░╚═══██╗██║░░██╗██║░░██║██║░░██║██╔══╝░░'
echo '░░╚██╔╝░░██████╔╝╚█████╔╝╚█████╔╝██████╔╝███████╗'
echo '░░░╚═╝░░░╚═════╝░░╚════╝░░╚════╝░╚═════╝░╚══════╝'
echo
echo
echo
echo -e "\033[0m"