Skip to content

Instantly share code, notes, and snippets.

@membrive
Created January 3, 2024 12:16
Show Gist options
  • Save membrive/9d1ff38e7e1364a48a217c3afde92ce8 to your computer and use it in GitHub Desktop.
Save membrive/9d1ff38e7e1364a48a217c3afde92ce8 to your computer and use it in GitHub Desktop.
Update my ZSH setup
#!/bin/sh
echo 'Updating Oh-My-ZSH...'
cd ~/.oh-my-zsh
git pull
echo ''
echo 'Updating spaceship-prompt...'
cd ~/.oh-my-zsh/custom/themes/spaceship-prompt
git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment