bash, zsh,Powerlevel10k使用等

终端篇——Terminal三剑客之zsh - 知乎

powerlevel10k: 最好看,方便,实用的命令行主题 - zhangtianli - 博客园

https://www.cnblogs.com/huang0925/p/3631916.html

利用zsh、oh-my-zsh、powerlevel10k打造一款好看好用的终端_KK下山去买菜-CSDN博客_powerlevel10k

https://github.com/romkatv/powerlevel10k

命令行解释器:ZSH 和 Bash,你更爱用哪个?_linux zsh和bash_wljslmz的博客-CSDN博客

Zsh常用插件整理_zsh 插件_hlllmr1314的博客-CSDN博客

zsh安装配置与命令自动补全_zsh自动补全-CSDN博客

git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git

在~/.zshrc
source $ZSH/oh-my-zsh.sh   #在它后边.

source ~/dev/projectManagement/GitSpace/zsh-autocomplete/zsh-autocomplete.plugin.zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"


#Clone this repository in oh-my-zsh's plugins directory:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
 
#Activate the plugin in ~/.zshrc:
plugins=( [plugins...] zsh-syntax-highlighting)
 
#Restart zsh (such as by opening a new instance of your terminal emulator).
zsh

#Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
 
#Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
plugins=( 
    # other plugins...
    zsh-autosuggestions
)
 
#Start a new terminal session.
zsh

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值