Created
January 3, 2024 12:16
-
-
Save membrive/9d1ff38e7e1364a48a217c3afde92ce8 to your computer and use it in GitHub Desktop.
Update my ZSH setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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