config_installer.sh 1.1 KB

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. # $$$$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$\ $$\
  3. # \__$$ __|$$ _____|$$$$ | $$ | $$$ __$$\ $$ |
  4. # $$ | $$ | \_$$ | $$$$$$$\ $$$$$$$\ $$$$\ $$ | $$$$$$$\ $$$$$$\
  5. # $$ | $$$$$\ $$ | $$ _____|$$ __$$\ $$\$$\$$ |$$ _____|\_$$ _|
  6. # $$ | $$ __| $$ | $$ / $$ | $$ |$$ \$$$$ |\$$$$$$\ $$ |
  7. # $$ | $$ | $$ | $$ | $$ | $$ |$$ |\$$$ | \____$$\ $$ |$$\
  8. # $$ | $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ | $$ |\$$$$$$ /$$$$$$$ | \$$$$ |
  9. # \__| \________|\______| \_______|\__| \__| \______/ \_______/ \____/
  10. # Plugins
  11. git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  12. git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  13. # logo
  14. mkdir -p ~/.te1ch0st
  15. cp -f te1ch0st.py ~/.te1ch0st/te1ch0st.py
  16. cp -f zshrc ~/.zshrc
  17. sudo apt install python3
  18. sudo apt install python3-pip
  19. sudo pip3 install colorama
  20. echo "ZSH config is installed!"