Advertisement
Jackspade9624

Untitled

May 14th, 2025 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #1/bin/zsh
  2.  
  3. echo "[[ -r ~/Repos/znap/znap.zsh ]] ||
  4. git clone --depth 1 -- https://github.com/marlonrichert/zsh-snap.git ~/Repos/znap
  5. source ~/Repos/znap/znap.zsh
  6.  
  7. # `znap prompt` makes your prompt visible in just 15-40ms!
  8. znap prompt sindresorhus/pure
  9.  
  10. # `znap source` starts plugins.
  11. znap source marlonrichert/zsh-autocomplete
  12.  
  13. # `znap eval` makes evaluating generated command output up to 10 times faster.
  14. znap eval iterm2 'curl -fsSL https://iterm2.com/shell_integration/zsh'
  15.  
  16. # `znap function` lets you lazy-load features you don't always need.
  17.  
  18. compctl -K _pyenv pyenv
  19.  
  20. # `znap install` adds new commands and completions" >> ~/.zshrc
  21.  
  22. clear && echo -e " zsh-autocomplete, installing..." && zsh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement