mac下 iterm2配色方案


1,vim或者open -e 打開~/.bash_profile

2,把下面一段話貼進去

#enables colorin the terminal bash shell export
export CLICOLOR=1

#sets up thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad

#sets up theprompt color (currently a green similar to linux terminal)
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '

#enables colorfor iTerm
export TERM=xterm-color

3 mac 注銷

4 打開iterm

5 preference->profiles->Terminal->xterm-new

5.1 Colors菜單,選擇LoadPresents,import就可以選擇下載好的配色方案了

付配色方案鏈接

## Origin
Most of the themes were converted  from [n0tch2k](http://n0tch2k.deviantart.com/)'s [.Xdefaults](http://rawtec.de/dotfiles/Xdefaults.html) by using `tools/xresources_to_iterm` (reads an `.Xresources` color scheme from *stdin* and writes an iTerm2 theme to *stdout*).

## Pointers
- [dotshare](http://dotshare.it/category/terms/colors/)
- [crunchbang](http://crunchbanglinux.org/forums/topic/9935/post-your-xdefaults-and-terminal-apps-colorschemes-with-screenshot/)
- [arch](https://bbs.archlinux.org/viewtopic.php?id=51818)

## Update
I'm moved to a **non proprietary** working environment lately: this repository is frozen. Please check out my other projects.

## Previews
###arthur
![arthur](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/arthur.png)  
###n0tch2k
![n0tch2k](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/n0tch2k.png)  
###pnevma
![pnevma](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/pnevma.png)  
###square
![square](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/square.png)  
###thayer
![thayer](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/thayer.png)  
###wryan
![wryan](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/wryan.png)  
###zenburn
![zenburn](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/zenburn.png)

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM