|
|
@@ -1,13 +1,16 @@
|
|
|
#!/bin/bash
|
|
|
|
|
|
-# $$$$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$\ $$\
|
|
|
-# \__$$ __|$$ _____|$$$$ | $$ | $$$ __$$\ $$ |
|
|
|
-# $$ | $$ | \_$$ | $$$$$$$\ $$$$$$$\ $$$$\ $$ | $$$$$$$\ $$$$$$\
|
|
|
-# $$ | $$$$$\ $$ | $$ _____|$$ __$$\ $$\$$\$$ |$$ _____|\_$$ _|
|
|
|
-# $$ | $$ __| $$ | $$ / $$ | $$ |$$ \$$$$ |\$$$$$$\ $$ |
|
|
|
-# $$ | $$ | $$ | $$ | $$ | $$ |$$ |\$$$ | \____$$\ $$ |$$\
|
|
|
-# $$ | $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ | $$ |\$$$$$$ /$$$$$$$ | \$$$$ |
|
|
|
-# \__| \________|\______| \_______|\__| \__| \______/ \_______/ \____/
|
|
|
+# $$\ $$\ $$\ $$\ $$$$$$\ $$\
|
|
|
+# $$ | $$ | $$ | $$ | $$$ __$$\ $$ |
|
|
|
+# $$$$$$\ $$$$$$\ $$ | $$ | $$$$$$\ $$$$$$$\ $$$$\ $$ | $$$$$$$\ $$$$$$\
|
|
|
+# \_$$ _| $$ __$$\ $$$$$$$$ |$$ __$$\ $$ __$$\ $$\$$\$$ |$$ _____|\_$$ _|
|
|
|
+# $$ | $$$$$$$$ |\_____$$ |$$ / $$ |$$ | $$ |$$ \$$$$ |\$$$$$$\ $$ |
|
|
|
+# $$ |$$\ $$ ____| $$ |$$ | $$ |$$ | $$ |$$ |\$$$ | \____$$\ $$ |$$\
|
|
|
+# \$$$$ |\$$$$$$$\ $$ |\$$$$$$$ |$$ | $$ |\$$$$$$ /$$$$$$$ | \$$$$ |
|
|
|
+# \____/ \_______| \__| \____$$ |\__| \__| \______/ \_______/ \____/
|
|
|
+# $$\ $$ |
|
|
|
+# \$$$$$$ |
|
|
|
+# \______/
|
|
|
|
|
|
# Plugins
|
|
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
|
|
@@ -16,10 +19,6 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:
|
|
|
# logo
|
|
|
mkdir -p ~/.te4gh0st
|
|
|
cp -f te4gh0st.py ~/.te4gh0st/te4gh0st.py
|
|
|
-chmod +x ~/.te4gh0st/te4gh0st.py
|
|
|
+chmod +x ~/.te4gh0st/te4gh0st
|
|
|
cp -f zshrc ~/.zshrc
|
|
|
-sudo apt install python3
|
|
|
-sudo apt install python3-pip
|
|
|
-sudo pip3 install colorama
|
|
|
-
|
|
|
echo "ZSH config is installed!"
|