zsh_plugin_git_install.sh 1.2 KB

1234567891011121314151617
  1. #!/bin/bash
  2. # $$\ $$\ $$\ $$\ $$$$$$\ $$\
  3. # $$ | $$ | $$ | $$ | $$$ __$$\ $$ |
  4. # $$$$$$\ $$$$$$\ $$ | $$ | $$$$$$\ $$$$$$$\ $$$$\ $$ | $$$$$$$\ $$$$$$\
  5. # \_$$ _| $$ __$$\ $$$$$$$$ |$$ __$$\ $$ __$$\ $$\$$\$$ |$$ _____|\_$$ _|
  6. # $$ | $$$$$$$$ |\_____$$ |$$ / $$ |$$ | $$ |$$ \$$$$ |\$$$$$$\ $$ |
  7. # $$ |$$\ $$ ____| $$ |$$ | $$ |$$ | $$ |$$ |\$$$ | \____$$\ $$ |$$\
  8. # \$$$$ |\$$$$$$$\ $$ |\$$$$$$$ |$$ | $$ |\$$$$$$ /$$$$$$$ | \$$$$ |
  9. # \____/ \_______| \__| \____$$ |\__| \__| \______/ \_______/ \____/
  10. # $$\ $$ |
  11. # \$$$$$$ |
  12. # \______/
  13. # Plugins
  14. git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  15. git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting