skywind3000 / vim

Personal Vim Profile
MIT License
910 stars 290 forks source link

prompt_pure_setup 要去哪里下载呢? #16

Open sisrfeng opened 4 years ago

sisrfeng commented 4 years ago

[ lll@ubuntu clwf] $ docker exec -it cen /bin/zsh
Couldn't read file /root/.antigen/bundles/sorin-ionescu/prezto/modules/prompt/functions/prompt_powerlevel9k_setup containing theme powerlevel9k. Couldn't read file /root/.antigen/bundles/sorin-ionescu/prezto/modules/prompt/functions/prompt_powerline_setup containing theme powerline. Couldn't read file /root/.antigen/bundles/sorin-ionescu/prezto/modules/prompt/functions/prompt_pure_setup containing theme pure. [root@bd037f2b9c4b ~]# cd /root/.antigen/bundles/sorin-ionescu/prezto/modules/prompt/functions [root@bd037f2b9c4b functions]# ls
async prompt_damoekri_setup prompt_nicoulaj_setup prompt_powerlevel9k_setup prompt_smiley_setup prompt-pwd prompt_giddie_setup prompt_paradox_setup prompt_powerline_setup prompt_sorin_setup prompt_agnoster_setup prompt_kylewest_setup prompt_peepcode_setup prompt_pure_setup prompt_steeef_setup prompt_cloud_setup prompt_minimal_setup prompt_powerlevel10k_setup prompt_skwp_setup [root@bd037f2b9c4b functions]# prompt_pure_setup zsh: command not found: prompt_pure_setup [root@bd037f2b9c4b functions]# ls prompt_pure_setup prompt_pure_setup [root@bd037f2b9c4b functions]# ln prompt_pure_setup
lrwxrwxrwx 1 root root 25 Apr 13 08:12 prompt_pure_setup -> ../external/pure/pure.zsh [root@bd037f2b9c4b functions]# cd ../external/pure/pure.zsh
cd: no such file or directory: ../external/pure/pure.zsh

[root@bd037f2b9c4b pure]# cd /
[root@bd037f2b9c4b /]# find -path 'pure.zsh' ./root/.antigen/bundles/sorin-ionescu/prezto/modules/prompt/external/powerlevel10k/config/p10k-pure.zsh

没找到啊。 不过缺了这几项,目前没有遇到问题

linweilin commented 3 years ago

Same problem. Waiting for the answer.

skywind3000 commented 3 years ago

用 prezto.zsh,zshrc.zsh 我已经放弃更新了

linweilin commented 3 years ago

用 prezto.zsh,zshrc.zsh 我已经放弃更新了

Dalao还会再出一篇类似zshrc.zsh的食用指南吗?小白求攻略!

linweilin commented 3 years ago

Hi, @sisrfeng. You can get it from

git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

Then create symbol link to where the files missing.

sisrfeng commented 3 years ago

用 prezto.zsh,zshrc.zsh 我已经放弃更新了

2个文件一样的啊