主要软件通过Homebrew Cask安装 "安装Homebrew" "Sublime Text" Sublime Text 是一个代码编辑器,也是HTML和散文先进的文本编辑器。 安装命令: "Zsh" Mac默认使用的shell是bash,我们可以换成zsh 安装命令: "oh my zsh" ...
分类:
其他好文 时间:
2018-08-03 14:57:25
阅读次数:
132
安装 1. 2. 3. 将默认的shell从bash改为zsh 4. 重新启动 更改主题 "官网主题页面" 主题的路径在 , 使某一主题生效的文件为 文件,找到 一行(大概11行左右),把其注释掉,在下面添一行 ,之后关闭终端,再重启就好了。 注意:在 符号右边一定不要有空格,否则会报错找不到此主题 ...
分类:
系统相关 时间:
2018-07-30 20:14:59
阅读次数:
157
1 安装 下载直接拖入应用中。 2 配置 2.1 配置oh my zsh https://github.com/robbyrussell/oh-my-zsh 一键安装: sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh ...
分类:
系统相关 时间:
2018-07-29 16:35:44
阅读次数:
190
mac使用itermhttps://www.iterm2.com/1.安装iterm22.使用oh-my-zshwgethttps://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh-O-|sh3.cp~/.oh-my-zsh/templates/zshrc.zsh-template~/.zshrc4.vim~/.zshr
分类:
系统相关 时间:
2018-07-16 15:04:19
阅读次数:
235
安装方法 1. 安装autojump 2. 克隆仓库 3. 安装脚本安装`cd autojump && python install.py && cd .. && rm rf autojump 4. 将按照提示添加相应的配置到配置文件 例如:我需要将下面的代码加入 ...
分类:
其他好文 时间:
2018-07-12 12:56:26
阅读次数:
133
Ubuntu 下安装 oh my zsh 安装 zsh 安装 git(如果你的系统没有自带的话) 安装 oh my zsh 配置 在安装完了 oh my zsh 后重启就可以发现终端已经变为 oh my zsh 默认界面了, 接下来就是更换主题和添加插件了。 配置文件为 ~/.zshrc 找到 ZS ...
分类:
系统相关 时间:
2018-07-08 19:00:31
阅读次数:
215
好吧,以前我是在Mac上配置过oh my zsh的,至于今天也真的是忍无可忍了,所以把自己的云主机shell也修改为oh my zsh至于问什么说是忍无可忍了呢,当让是因为你用惯了zsh就会觉得zsh好多地方设计的真的比bash方便的多。 修改当前shell为zsh 使用 ...
分类:
其他好文 时间:
2018-07-03 14:46:13
阅读次数:
192
一、安装: 1、安装zsh sudo apt-get install zsh 2、把默认的Shell改成zsh chsh -s /bin/zsh 注意:不要使用sudo。 3、如果总是报 chsh: PAM: Authentication failure, 则需配置密码文件,解决chsh: PAM认 ...
分类:
其他好文 时间:
2018-05-19 21:32:17
阅读次数:
692
# Path to your oh-my-zsh installation.export ZSH=/home/zcy/.oh-my-zsh# Set name of the theme to load.# Look in ~/.oh-my-zsh/themes/# Optionally, if yo ...
分类:
其他好文 时间:
2018-05-16 18:43:38
阅读次数:
177
第一步,vim.zshrc添加#ZSH_THEME="robbyrussell"#ZSH_THEME="agnoster"#ZSH_THEME="fino"ZSH_THEME="fino-time"#ZSH_THEME="ys"#ZSH_THEME="pygmalion"#ZSH_THEME="tonotdo"第二步,cd.oh-my-zsh/themes修改vimfino-time.zsh-th
分类:
其他好文 时间:
2018-05-11 15:39:37
阅读次数:
140