sh 在ubuntu上安装zprezto

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在ubuntu上安装zprezto相关的知识,希望对你有一定的参考价值。

#!/bin/bash
clear
sudo apt-get -y install git zsh

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


ln -s ~/.zprezto/runcoms/zlogin ~/.zlogin
ln -s ~/.zprezto/runcoms/zlogout ~/.zlogout
ln -s ~/.zprezto/runcoms/zpreztorc ~/.zpreztorc
ln -s ~/.zprezto/runcoms/zprofile ~/.zprofile
ln -s ~/.zprezto/runcoms/zshenv ~/.zshenv
ln -s ~/.zprezto/runcoms/zshrc ~/.zshrc

zsh

chsh -s /usr/bin/zsh

curl -fLo ~/.zprezto/modules/completion/external/src/_docker \
  https://raw.github.com/felixr/docker-zsh-completion/master/_docker
  
git clone https://github.com/bhilburn/powerlevel9k.git  ~/.zprezto/modules/prompt/external/powerlevel9k
ln -s ~/.zprezto/modules/prompt/external/powerlevel9k/powerlevel9k.zsh-theme ~/.zprezto/modules/prompt/functions/prompt_powerlevel9k_setup

以上是关于sh 在ubuntu上安装zprezto的主要内容,如果未能解决你的问题,请参考以下文章

sh 安装zsh git,比安装zprezto并配置它,并将它们更改为powerlevel9k,在ubuntu上完成

zprezto配置

sh 在Ubuntu上安装工具

sh 在Ubuntu上安装pyenv

sh 在ubuntu上安装docker

sh 在Ubuntu上安装Postman