Mac配置item2高亮顏色

2021-09-27 13:03:32 字數 1521 閱讀 5684

在匯入並應用完顏色方案之後,通過命令vim ~/.bash_profileopen ~/.bash_profile編輯檔案,新增以下內容,之後source ~/.bash_profile來應用檔案修改

clicolor=1

lscolors=gxfxcxdxbxegedabagacad

export ps1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '

export term=xterm-color

這樣之後ls還是不能顯示顏色,需要指定ls -g才能顯示顏色,這裡我們可以為它配置別名,通過命令vim ~/.bashrcopen ~/.bashrc編輯檔案,新增以下內容,之後source ~/.bashrc來應用修改。

alias ll='ls -lg'

alias ls='ls -g'

儲存後還需對 .bash_profile 進行一些設定。開啟 .bash_profile 檔案,新增以下內容。

if [ -f ~/.bashrc ]; then

source ~/.bashrc

fi

原因是對於mac系統,每次開機執行時是執行 .bash_profile 檔案,而不會執行 .bashrc 檔案,所以在 .bash_profile 檔案中新增上述內容,讓mac在執行 .bash_profile 時讓 .bashrc 檔案生效。

另外一些人使用zsh來代替item2的default,下面這種方法使用於將item2改為zsh的。

直接將shell改為zsh,便可以直接使用對應的配色了。

1)轉殖這個專案到本地(前提是你得有裝git)

git clone git: ~/.oh-my-zsh
2)建立乙個zsh的配置檔案 注意:如果你已經有乙個~/.zshrc檔案的話,建議你先做備份。使用以下命令

cp ~/.zshrc ~/.zshrc.orig
然後開始建立zsh的配置檔案

cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
3)設定zsh為你的預設的shell

chsh -s /bin/zsh
4)重啟並開始使用你的zsh (開啟乙個新的終端視窗便可…)

至此,大功告成。(我之前zsh已經安裝成功,這種方法我沒試過)

通過vim ~/.zshrc來編輯你的配置檔案,例如把(~/.bash_prorile或者~/.profile等)給拷貝到zsh的配置檔案~/.zshrc裡,因為zsh相容bash,所以你大可放心把bash的配置貼上到~/.zshrc底部便可。 

mac安裝iTem2以及安裝外掛程式

關於iterm2介紹,可見官方文件 2 切換至zsh模式 chsh s bin zsh 檢視 zshrc,如果沒有,建立乙個.zshrc並儲存 ls a vi zshrc git clone git oh my zsh 替換zshrc cp oh my zsh templates zshrc.zsh...

Item2 用而不用

item2 用而不用 prefer to type safety and extensibility weaknesses of printf scanf are the strengths of operator and operator int i rational r r is a ratio...

item2使用Solarized主題

要在 mac os x 終端裡舒服的使用命令列 至少 需要給3個工具配色,terminal vim 和 ls.git clone git iterm2,preferences profile colors load presets 字型大小 preferences profile text 2 配置...