6 lines
166 B
Bash
Executable File
6 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k
|
|
|
|
echo -e "run 'chzsh' to change theme"
|