config_install.sh 384 B

1234567
  1. #!/bin/bash
  2. git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  3. git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  4. mkdir -p ~/.te1ch0st
  5. cp -f te1ch0st.py ~/.te1ch0st/te1ch0st.py
  6. cp -f zshrc ~/.zshrc
  7. echo "ZSH config is installed!"