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..
parent
494714049a
commit
3e13603557
@ -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…
Reference in New Issue