mac terminal 配色

地址:https://github.com/altercation/solarized

http://bbs.feng.com/read-htm-tid-10259499.html

要在 Mac OS X 终端里舒服的使用命令行(至少)需要给3个工具配色,terminal、vim 和 ls. 首先下载 Solarized:
$ git clone git://github.com/altercation/solarized.gitTerminal/iTerm2
Mac OS X 自带的 Terminal 和免费的 iTerm2 都是很好用的工具,iTerm2 可以切分成多窗口,更方便一些。

如果你使用的是 Terminal 的话,在 solarized/osx-terminal.app-colors-solarized 下双击 Solarized Dark ansi.terminal 和 Solarized Light ansi.terminal 就会自动导入两种配色方案 Dark 和 Light 到 Terminal.app 里。

如果你使用的是 iTerm2 的话,到 solarized/iterm2-colors-solarized 下双击 Solarized Dark.itermcolors 和 Solarized Light.itermcolors 两个文件就可以把配置文件导入到 iTerm 里。

Vim
<ignore_js_op>

Vim 的配色最好和终端的配色保持一致,不然在 Terminal/iTerm2 里使用命令行 Vim 会很别扭:

$ cd solarized
$ cd vim-colors-solarized/colors
$ mkdir -p ~/.vim/colors
$ cp solarized.vim ~/.vim/colors/

$ vi ~/.vimrc
syntax enable
set background=dark
colorscheme solarized
iterm2 and solarized

ls
Mac OS X 是基于 FreeBSD 的,所以一些工具 ls, top 等都是 BSD 那一套,ls 不是 GNU ls,所以即使 Terminal/iTerm2 配置了颜色,但是在 Mac 上敲入 ls 命令也不会显示高亮,可以通过安装 coreutils 来解决(brew install coreutils),不过如果对 ls 颜色不挑剔的话有个简单办法就是在 .bash_profile 里输出 CLICOLOR=1:

$ vi ~/.bash_profile
export CLICOLOR=1
vim and solarized
<ignore_js_op>

时间: 2024-11-05 23:31:34

mac terminal 配色的相关文章

很好看的Mac Terminal配色

原文:https://noahfrederick.com/log/lion-terminal-theme-peppermint/ 下载地址:https://noahfrederick.com/get/Peppermint.1.2.terminal.zip

开启mac terminal 命令/路径自动补全功能

用惯了windows命令行工具的按Tab自动补全路径功能后,在mac terminal上敲命令很不习惯.其实mac terminal也有这个功能. 在命令行输入nano .inputrc 进入.inputrc的编辑界面,输入如下语句: set completion-ignore-case on set show-all-if-ambiguous on TAB: menu-complete Control+O保存.重启terminal即生效

Save output to a text file from Mac terminal

  Simply with output redirection: system_profiler > file.txt Basically, this will take the output of system_profiler and save it to the file file.txt. There are technically two different output "streams", standard output, and standard error.

[Mac]Terminal交互式输入行编辑

*:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; } a { color: #4183C4; } a.absent { color: #cc0000; } a.anchor { display: block; padding-left: 30px; margin-left: -30px; cursor: pointer; position: absolute

Mac terminal Javac

Mac  terminal Javac Open the Terminal's vim , then write them: public class test{ public static void main(String[] args){ System.out.println("test"); } } First, to make the .class file, this is java's object file. ?  Desktop javac test.java Then

恶补mac terminal的命令行知识

一个女孩的前端学习之路,希望可以帮助到别的在编程代码上学习的朋友们. 恶补mac terminal的命令行知识1-对于我来说最重要的几个命令行ls[list] /path : 看看某个路径的内容. cd /path 表示转到跟目录下的path路径中cd path 表示转到当前目录下的path路径中2-清理系统 sudo periodic daily然后回车,输入管理员密码即可.如果把daily换成weekly,则运行的是每周的清理.换成monthly,就是做每月的清理.如果直接输入:sudo p

mac iTerm2 配色

iTerm2 是mac os x系统中一款很好的终端,但是默认颜色很不爽,所以需要自己配色.之前查找了好多关于类似的文章,大部分是转载,而且还有问题,所以做了些修改. 首先,可以编辑 .bash_profile,输入命令:vim ~/.bash_profile.然后将如下代码输入进去: #enables colorin the terminal bash shell export export CLICOLOR=1 #sets up thecolor scheme for list export

mac修改配色方案[转载]

参考博客: http://blog.csdn.net/zly9923218/article/details/51967923 vim ~/.bash_profile 插入代码: #enables colorin the terminal bash shell export export CLICOLOR=1 #sets up thecolor scheme for list export export LSCOLORS=gxfxcxdxbxegedabagacad #sets up thepro

Mac terminal使用技巧

在Mac系统中几个键位组合可以使Terminal的操作更加灵活方便. 1.将光标移动到行首:ctrl + a 2.将光标移动到行尾:ctrl + e 3.清除屏幕:            ctrl + l 4.搜索以前使用命令:ctrl + r 5.清除当前行:         ctrl + u 6.清除至当前行尾:   ctrl + k 7.单词为单位移动:option + 方向键 8.多tab支持 1)terminal y也是支持多tab的, Cmd+T可以打开一个新的tab 2) cmd