摘要:與篇安裝與配置作者原文安裝比較簡單,直接從官網下載安裝即可。支持,,下方存在主題官網路徑,按照教程安裝即可。執行自動提示命令切入擴展目錄執行指令將工程克隆到當前目錄打開文件,在最后添加下面內容保存文件。
iTerm與Zsh篇 iTerm2 安裝與配置
作者:studytime
原文:https://www.studytime.xin/
安裝iTerm2比較簡單,直接從官網下載安裝即可。安裝好之后,我們還需要進行一系列的設置才行。
主題配置iTerm2支持許多的主題配色,可以自己定義,也可以參考網上現成的主題配色。我個人比較喜歡draculatheme配色。支持item,vim,phpstorm , 下方存在主題官網路徑,按照教程安裝即可。
下面是一些常用的主題配色的預設置文件:
iTerm2 dracula 配色: https://draculatheme.com/iterm/
iTerm2 Solarized 配色: https://github.com/altercation/solarized
iTerm2 配色合集網站: http://iterm2colorschemes.com/
iTerm2 配色合集GitHub地址:https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/schemes
這些配色預設置文件,可以直接導入到iTerm2中,然后可以直接在設置中選擇:
其他配置區分目錄和文件的顏色設置:
Preferences -> Profiles -> Text -> Text Rendering 把 Draw bold text in bright colors 前面的勾去掉,
文件和目錄可以很容易區分了……
通過在.zshrc中配置alias,可以方便的為其他的命令設置別名,這是個很不錯的功能.
vim ~/.zshrc
# For server #alias weiyidev = "ssh weiyidev" #alias studytime = "ssh studytime" # For git alias gs="git status" alias ga="git add" alias gd="git diff" alias gf="git fetch" alias grv="git remote -v" alias gbr="git branch" alias gpl="git pull" alias gps="git push" alias gco="git checkout" alias gl="git log" alias gc="git commit -m" alias gm="git merge" # For local alias cd..="cd .." alias cd...="cd ../.." alias cd....="cd ../../.." alias ..="cd .." alias ...="cd ../.." alias ....="cd ../../.." alias ip="curl ip.cn"
source ~/.zshrc
快速跳轉Zsh支持目錄的快速跳轉,我們可以使用 d 這個命令,列出最近訪問過的各個目錄,然后選擇目錄前面的數字進行快速跳轉:
增加指令高亮效果指令高亮效果作用是當用戶輸入正確命令時指令會綠色高亮,錯誤時命令紅色高亮
切入擴展目錄 cd ~/.oh-my-zsh/custom/plugins 執行指令將工程克隆到當前目錄 git clone git://github.com/zsh-users/zsh-syntax-highlighting.git 打開`.zshrc`文件,在最后添加下面內容 vim ~/.zshrc 添加代碼 source ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh plugins=(zsh-syntax-highlighting) 保存文件。 執行 source ~/.zshrc自動提示命令
切入擴展目錄 cd ~/.oh-my-zsh/custom/plugins 執行指令將工程克隆到當前目錄 git clone git://github.com/zsh-users/zsh-autosuggestions 打開.zshrc文件,在最后添加下面內容 ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh plugins=(zsh-autosuggestions) 保存文件。 cd ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions vim zsh-autosuggestions.zsh 修改 ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10" source ~/.zshrc
更多精彩內容,請關注作者博客,https://studytime.xin
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/28953.html
摘要:使用命令安裝即可安裝后再次執行安裝的命令即可。安裝安裝字體庫需要首先將項目至本地,然后執行源碼中的。然后在文件的最后一行添加按一下調出命令,輸入保存并退出模式。 寫在前面 最終效果圖: showImg(https://segmentfault.com/img/remote/1460000014992801?w=2880&h=1800); 本文嚴重抄襲自:https://www.jian...
摘要:關于新版系統默認使用作為終端查看當前系統使用切換安裝下載地址官網下載的是壓縮文件,解壓后直接雙擊執行程序文件,或者直接將它拖到目錄下即可完成安裝。Mac OS自帶的終端,用起來雖然有些不太方便,界面也不夠友好iTerm2是一款相對比較好用的終端工具.iTerm2常用操作包括主題選擇、聲明高亮、自動填充建議、隱藏用戶名和主機名、分屏效果等。1.關于shell新版mac系統默認使用zsh作為終端...
閱讀 1856·2023-04-25 14:28
閱讀 1892·2021-11-19 09:40
閱讀 2795·2021-11-17 09:33
閱讀 1385·2021-11-02 14:48
閱讀 1710·2019-08-29 16:36
閱讀 3332·2019-08-29 16:09
閱讀 2916·2019-08-29 14:17
閱讀 2377·2019-08-29 14:07