Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edufabra/123f0619d15be166f2e55663490b27b8 to your computer and use it in GitHub Desktop.
Save edufabra/123f0619d15be166f2e55663490b27b8 to your computer and use it in GitHub Desktop.
#instalem zsh shell
- sudo yum install zsh
or
- sudo apt-get install zsh
#instalem oh my zsh. Quan demani pwd, s'ha de ficar vagrant
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - --no-check-certificate)"
#instalem el theme powerlevel10k
git clone https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k
#Editem el fitxer ~/.zshrc i afegim les línies:
# comentem la línea ZSH_THEME actual
ZSH_THEME="powerlevel10k/powerlevel10k"
# configurem el theme
p10k configure
#Apliquem els canvis al shell actual
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment