Learn More →
Learn More →
關鍵字:Powerlevel10k
網址:https://github.com/romkatv/powerlevel10k
點開網頁會看見Powerlevel10K的介紹
"Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience."
接著就會看到開始安裝的說明↓
Learn More →
在這邊我選擇的是Manual(手動安裝)方式,畢竟旁邊寫著若有疑問或不確定則使用此方式
點下Manual會直接跳到所在的頁面位置↓
Learn More →
將第一個指令複製到iterm2上執行後等待安裝完成
會跳出需重新開啟iterm2來啟動configuration wizard(設定)
若重開之後沒有自動啟動configuration wizard可輸入以下指令↓一樣會啟動設定
p10k configure
裡面可以調整的設定包含頁面樣式、圖示、行距等等依照個人喜好選擇即可
下圖為powerlevel10k的configuration wizard頁面展示
Learn More →
Git 是什麼? 一種分散式版本控制系統Distributed Revision Control System,可用來管理專案Repository,也非常適合用來多人協作一個專案。 以下這個圖大致描述了分散式版本控制系統的模式,所有參與專案的人都會得到一份完整鏡像的專案內容,再透過分支推送等等操作來多人完成一個專案。 引用自https://git-scm.com/ 安裝方式 請至官方網站 https://git-scm.com/進行下載
Nov 7, 2020iterm2 環境設定 1. Install homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 2.Install Oh My Zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 3.Install powerlevel10K (介面美化)
Nov 5, 2020or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up