ubuntu安装zsh终端】的更多相关文章

搬砖博文:https://blog.csdn.net/lxn9492878lbl/article/details/80795413 1.安装zsh sudo apt-get install zsh 2.安装 oh my zsh git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh 3.配置文件3.1创建配置文件 cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc…
cmder中设置: 新增task,名称为wsl::bash,右下方的方框内填写: "%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl --distro-guid={f24dabf4-473d-4aa4-92fd-364654228b77} -cur_console:pm:/mnt 这里面的f24dabf4-473d-4aa4-92fd-364654228b77指的是Ub…
一.安装基本组件 首先执行 yum 命令来安装需要的 zsh 原始程序与 git 程序来 pull 代码. yum install -y zsh git 安装 oh my zsh 脚本 (这一步需要安装 git). wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh 使用 which zsh 查看 zsh 的安装目录,一般都存储在 /usr/bin/zsh 目录下. which…
前言 Zsh是一款非常棒的Shell,使用Linux和Mac系统的人,基本上都知道zsh的存在. 问题 在安装完Zsh后,zsh是可以使用的,但是重启之后,又恢复至默认的bash. 我在安装好之后,使用命令chsh -s /bin/zsh切换默认shell. 然后,输出$SHELL变量是这样的: root@XY ~ # echo $SHELL /bin/bash 设置无效,我以为要重启. 于是,重新启动Bash On Ubuntu On Window. 结果依然无效. 办法 我在BashOnWi…
ubuntu 主题和zsh终端 1) sudo apt-get install unity-tweak-tool  sudo add-apt-repository ppa:noobslab/themes sudo apt-get update sudo apt-get install flatabulous-theme sudo add-apt-repository ppa:noobslab/icon sudo apt-get update sudo apt-get install ultra-…
1. 安装ZSH sudo apt-get install zsh 安装完后需要注销或重启才能生效.注销或重启后打开终端,会出现ZSH的界面,选择(2) 2. 安装Oh My Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 或 sh -c "$(wget https://raw.githubusercontent…
1.前言 我使用的是USB转串口,芯片是PL2303,貌似ubuntu自带了PL2303的USB驱动,可以直接使用,其它的USB转串口的没试过. 2.minicom安装 在终端中输入 : sudo apt-get install minicom 按提示下载并安装minicom, 下载安装完成后使用命令启动minicom,在终端中输入:sudo minicom 即可启动minicom. 3.minicom设置 关闭已经打开的minicom,在终端中输入sudo minicom -s 即可对mini…
注意:安装前先备份/etc/passwd 一开始装oh-my-zsh我是拒绝的,因为这东西安装容易,卸载难,真的很难. Mac安装参考:http://www.cnblogs.com/EasonJim/p/6283247.html zsh与on-my-zsh区别:http://www.cnblogs.com/EasonJim/p/7863093.html 说明:Ubuntu下默认没有安装zsh,Mac下默认安装了zsh. 注意:安装了oh-my-zsh之后的环境变量入口就会从./bashrc变成.…
Mac安装Iterm2 终端(oh my zsh的安装与配置) 安装 curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh 我是已经安装好的,没安装的话会显示很多行下载.中间会提示要你下载一个命令行工具,直接确定就行了 配置工具 创建配置文件 cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc 设置zsh为默认的shell chs…
注意:安装前先备份/etc/passwd 一开始装oh-my-zsh我是拒绝的,因为这东西安装容易,卸载难,真的很难. Mac安装参考:http://www.cnblogs.com/EasonJim/p/6283247.html zsh与on-my-zsh区别:http://www.cnblogs.com/EasonJim/p/7863093.html 说明:Ubuntu下默认没有安装zsh,Mac下默认安装了zsh. 注意:安装了oh-my-zsh之后的环境变量入口就会从./bashrc变成.…