iTerms2 簡單配置

2021-10-01 08:32:46 字數 2018 閱讀 8925

趁著今天那個半死不活對模型還在訓著,簡單配置一下mac上的iterms 2。之前沒有感覺iterms 2比mac自帶對終端好用在哪,不過imgcat只能在iterms 2下用,沒辦法。

preference->profiles->colors->右下角選擇 solarized dark

power是乙個比較常用的狀態列工具,在vim和終端命令列中比較常用,可以是items2變得比較炫。

pip install powerline-status
然後安裝對應的字型

和bash一樣,是一種shell,但是功能比較強大。oh-my-zsh是為了解決zsh配置使用過於複雜而產生的乙個開源專案。

sh -c "$(

curl -fssl

"

安裝完成後可以輸入命令

chsh -s /bin/zsh
將預設的shell設定成zsh,同樣可以使用下面的命令檢視系統預設的shell。

echo

$shell

安裝完成後,在~/下會有個.zshrc檔案,該檔案和bashrc一樣是配置檔案。

zsh的主題都在~/.oh-my-zsh/themes下,裡面的檔案是各個主題的指令碼檔案,可以用vim開啟並對其進行修改。為了適用powerline可以選擇agnoster主題,但為了簡化需要對他進行少量修改。

首先 vim agnoster.zsh-theme開啟該主題配置檔案,可以如圖一將prompt_context注釋掉,不顯示使用者資訊,也可以如圖二對prompt_context函式進行修改,只顯示使用者名稱。

build_prompt(

)

prompt_context(

)%}.)%n@%m"

prompt_segment black default "%(!.%%}.)$user"

fi}

然後vim ~/.zshrc開啟zsh的配置檔案,設定zsh_theme="agnoster"即可。

iterm2>preferences>profiles>text>change font,如果沒有發現紫色框的non-ascii font,先在綠色箭頭所指的地方打鉤,然後再重啟.

這裡使用的是oh my zsh的乙個外掛程式,安裝方式和theme大同小異

cd ~/.oh-my-zsh/custom/plugins/

git clone

使用vim ~/.zshrc開啟zsh配置檔案,將高亮外掛程式新增到plugins裡面,如下所示:

plugins=

(git zsh-syntax-highlighting)

最後source ~/.zshrc使配置生效

命令補全也是oh my zsh的乙個外掛程式autosuggestions,個人感覺挺好用的,尤其是自動補全一些路徑。配置方式和上面的外掛程式一樣。

cd ~/.oh-my-zsh/custom/plugins/

git clone

使用vim ~/.zshrc開啟zsh配置檔案,將高亮外掛程式新增到plugins裡面,如下所示:

plugins=

(git zsh-autosuggestions zsh-syntax-highlighting)

最後source ~/.zshrc使配置生效。

export path=

$path:/home/zhangxiao/目錄名

然後source 一下即可。

iterms2 常用命令

command t 新建乙個標籤 command 左右方向鍵 切換標籤 command 上下方向鍵 按行檢視當前螢幕內容 command w 關閉當前視窗 control d 關閉當前視窗 command n 新建乙個iterms2命令視窗 command shift enter 分屏全屏之間進行切...

2 dubbo簡單配置

示例 xmlns xsi xmlns dubbo xsi schemalocation spring beans 4.3.xsd dubbo.xsd registry address multicast protocol name dubbo port 20880 service inte ce c...

初學structs2,簡單配置

一 structs2 demo1專案下新建structs.xml檔案,檔名必須是structs 二 package節點配置及其子節點配置 index.jsp 三 在web.xml檔案下新增filter並配置 struts2 org.apache.struts2.dispatcher.ng.filte...