我的linux终端是$,我的Ubuntu终端配置

记录一下我的Ubuntu终端配置,先上效果图:

38234278.jpg

Terminator

Terminator是一个实用的GNOME虚拟终端程序,我用来代替默认的Terminal。它的强大之处在于支持分屏与选择复制粘贴。

安装方式也非常简单:

sudo apt-get install terminator

配色

配色我选择solarized,包括终端和Vim。

终端

git clone https://github.com/ghuntley/terminator-solarized.git

cd terminator-solarized

mkdir -p ~/.config/terminator/

touch ~/.config/terminator/config

# if you want to replace current config:

cp config ~/.config/terminator

# if you want to append current config:

cat config >> ~/.config/terminator/config

Vim

git clone git@github.com:altercation/vim-colors-solarized.git

cd vim-colors-solarized/colors

mv solarized.vim ~/.vim/colors/

修改vimrc:

syntax enable

set background=dark

colorscheme solarized

oh-my-zsh

apt-get install zsh

wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh

chsh -s `which zsh`

//restart to work

sudo shutdown -r 0

我用的zsh主题是ys

主题

最后一步就是安装一款漂亮的主题了

63381461.jpg

首先在这里下载主题包,将解压后的文件夹移到/usr/share/themes/,接着安装图标:

sudo add-apt-repository ppa:noobslab/icons

sudo apt-get update

sudo apt-get install ultra-flat-icons

然后需要用到unity-tweak-tool

sudo apt-get install unity-tweak-tool

sudo unity-tweak-tool

在Theme和Icons下分别选择刚才安装的主题和图标。大功告成 :-)

47817182.jpg

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值