mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-11 22:02:32 +01:00
It makes no sense, to clone the powerlevel9k-theme in all frameworks. Instead, we can simply use the one, which is mounted in /vagrant_data..
This commit is contained in:
parent
494714049a
commit
3e13603557
5 changed files with 10 additions and 15 deletions
|
|
@ -1,7 +1,3 @@
|
|||
#!/usr/bin/zsh
|
||||
|
||||
git clone https://github.com/bhilburn/powerlevel9k.git
|
||||
|
||||
echo "
|
||||
source powerlevel9k/powerlevel9k.zsh-theme\n
|
||||
" > ~/.zshrc
|
||||
echo 'source /vagrant_data/powerlevel9k.zsh-theme' > ~/.zshrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue