Skip to content

Commit

Permalink
Create Material.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Jul 23, 2021
1 parent 5c4f120 commit 21c59ed
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Themes/Material.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pkg install zsh
chsh -s zsh

rm -rf ~/.zshrc
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
apt update && apt upgrade
pkg install zsh -y
pkg install git -y
pkg install ruby -y
pkg install wget -y
gem install lolcat
pkg install curl -y
pkg install zsh -y
dpkg --configure -a
clear
wget -O $PREFIX/share/figlet/ASCII-Shadow.flf https://raw.githubusercontent.com/xero/figlet-fonts/master/ANSI%20Shadow.flf
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
cd
cd
apt install toilet figlet exa wget ruby
rm -rf ~/.termux/colors.properties
rm -rf /data/data/com.termux/files/usr/etc/motd
cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties4 ~/.termux/colors.properties

0 comments on commit 21c59ed

Please sign in to comment.