Advertisement
RebelRose

Special Zshrc directory 2

Mar 4th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.09 KB | None | 0 0
  1. rewritten my bbs recipe and removed the errors
  2. so the zshrc directory install works in my terminal nano .....................
  3.  
  4. proud asf if you could see the ss and error installs was actually shutting down my terminal at first.....
  5.  
  6. 🌹♠️❣️♠️❣️♠️❣️♠️❣️♠️🌹
  7.  
  8. https://www.facebook.com/share/p/161Tvgmn9P/?mibextid=oFDknk
  9.  
  10. nano $HOME/.zshrc
  11.  
  12.  
  13. [[ -r ~/Repos/znap/znap.zsh ]] ||
  14.  
  15. git clone --depth 1 -- https://github.com/marlonrichert/zsh-snap.git ~/Repos/znap
  16.  
  17. source ~/Repos/znap/znap.zsh
  18.  
  19. znap prompt sindresorhus/pure
  20.  
  21. znap source marlonrichert/zsh-autocomplete
  22.  
  23. znap eval iterm2 'curl -fsSL https://iterm2.com/shell_integration/zsh'
  24.  
  25. znap function _pyenv pyenv "znap eval pyenv 'pyenv init - --no-rehash'"
  26.  
  27. compctl -K _pyenv pyenv
  28.  
  29. znap install aureliojargas/clitest zsh-users/zsh-completions
  30.  
  31. ....................
  32. Only add commands not all extra hashes and sentences, designed off of spades recipe
  33. just cut in half its absolutely georgous all
  34. extra was removed from recipe cleaned up ..........................
  35.  
  36.  
  37. termux-reload-settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement