码迷,mamicode.com
首页 > 其他好文 > 详细

Oh ! My ZSH !!!

时间:2021-03-16 13:54:23      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:users   head   效果   ash   ade   配置文件   xxx   shell   地址   

zsh + oh my zsh 使用

切换bash

切换bash

chsh -s /bin/bash

切换zsh

chsh -s /bin/zsh

安装

oh my zsh !

技术图片

插件地址

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins

主题地址(都有图片预览哦)

https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

插件使用教程

autojump

https://github.com/wting/autojump

step1 安装 autojump(Ubuntu 18.04)

sudo apt-get install autojump

step 2 在 ~/.zshrc 文件种 配置 zsh 插件

写上插件

技术图片

是插件胜生效

最后一行写

技术图片

. /usr/share/autojump/autojump.sh

step 3 使配置文件生效

source  ~/.zshrc

效果

技术图片

zsh-autosuggestions (自动补全——记住过去,减少劳动)

https://github.com/zsh-users/zsh-autosuggestions

step 1 Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)

https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

如图是下载的位置

技术图片

step 2 Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc)

plugins=(zsh-autosuggestions)

step 3 生效

source  ~/.zshrc

效果

技术图片

zsh-syntax-highlighting (语法高亮)

https://github.com/zsh-users/zsh-syntax-highlighting

https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md

声明

技术图片

step 1 下载

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

step 2 将插件 写在 配置文件最后

zsh-syntax-highlighting

技术图片

step 3 生效(同上)

技术图片

配置超级简单,直接写在这里就 ok

技术图片

效果

web_search google xxx
或者
google xxx

技术图片

配置搜索引擎

默认支持的搜索引擎

技术图片

自定义 添加

技术图片

主题选择

ys 主题

step1 自己预览官方提供的,当然太多了,我看看用到最多的

TODO_Lists

  1. web-search 直接在终端使用浏览器搜索,可以百度 谷歌

    技术图片

Oh ! My ZSH !!!

标签:users   head   效果   ash   ade   配置文件   xxx   shell   地址   

原文地址:https://www.cnblogs.com/1easycoder/p/14535157.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!