zshrc 1.0 KB

1234567891011121314151617181920212223242526
  1. #!/bin/bash
  2. # $$$$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$\ $$\
  3. # \__$$ __|$$ _____|$$$$ | $$ | $$$ __$$\ $$ |
  4. # $$ | $$ | \_$$ | $$$$$$$\ $$$$$$$\ $$$$\ $$ | $$$$$$$\ $$$$$$\
  5. # $$ | $$$$$\ $$ | $$ _____|$$ __$$\ $$\$$\$$ |$$ _____|\_$$ _|
  6. # $$ | $$ __| $$ | $$ / $$ | $$ |$$ \$$$$ |\$$$$$$\ $$ |
  7. # $$ | $$ | $$ | $$ | $$ | $$ |$$ |\$$$ | \____$$\ $$ |$$\
  8. # $$ | $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ | $$ |\$$$$$$ /$$$$$$$ | \$$$$ |
  9. # \__| \________|\______| \_______|\__| \__| \______/ \_______/ \____/
  10. # Path to your oh-my-zsh installation.
  11. export ZSH="$HOME/.oh-my-zsh"
  12. # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
  13. ZSH_THEME="agnoster"
  14. plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)
  15. source $ZSH/oh-my-zsh.sh
  16. # Example aliases
  17. # alias zshconfig="mate ~/.zshrc"
  18. # alias ohmyzsh="mate ~/.oh-my-zsh"
  19. #TE1ch0st logo in start
  20. ~/.te1ch0st/te1ch0st.py