Skip to content

Instantly share code, notes, and snippets.

@rahul-gill
Last active January 6, 2023 13:40
Show Gist options
  • Save rahul-gill/2622e847709664e079f53a06cd036fcc to your computer and use it in GitHub Desktop.
Save rahul-gill/2622e847709664e079f53a06cd036fcc to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
echo 'source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh' >> ~/.zshrc
git clone https://github.com/zsh-users/zsh-completions.git ~/.zsh/zsh-completions
fpath=(~/.zsh/zsh-completions/src $fpath)
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
echo "source ~/.zsh/zsh-syntax-highlighting" >> ~/.zshrc
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.zsh/powerlevel10k
echo 'source ~/.zsh/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
@rahul-gill
Copy link
Author

@themukeshmahiya this one doesn't need oh my zsh, only git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment