date
Apr 6, 2022
slug
zsh-cool-shell
status
Published
tags
Shell
Zsh
Linux
Manjaro
summary
結果我只是換了個 shell 跟套了個皮,
對生產力完全沒有幫助😂
type
Post
category
技術分享
icon
🍅 of writing
2
一年多前的筆記也該做個小整理了。
別人的經驗談
Windows 下使用 WSL 玩看這篇
官方提供曬設定XD
補充資訊
安裝
我使用的系統是
Manjaro
,包管理習慣使用 yay
檢視一下自己已安裝清單> yay powerlevel
4 aur/ttf-meslo-nerd-font-powerlevel10k 1.000-3 (+26 2.57) (Installed: 20200322-1)
Meslo Nerd Font patched for Powerlevel10k
3 aur/zsh-theme-powerlevel10k-git r3918.25e5f59-1 (+43 5.14)
Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
2 community/zsh-theme-powerlevel10k 1.16.1-1 (975.7 KiB 3.1 MiB) (Installed)
Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
1 community/ttf-meslo-nerd-font-powerlevel10k 20200322-1 (991.8 KiB 4.9 MiB) (Installed)
Meslo Nerd Font patched for Powerlevel10k
❯ yay -Q | grep zsh
manjaro-zsh-config 0.22-2
zsh 5.8.1-1
zsh-autosuggestions 0.7.0-1
zsh-completions 0.33.0-1
zsh-history-substring-search 1.0.2-1
zsh-syntax-highlighting 0.7.1-1
zsh-theme-powerlevel10k 1.16.1-1
沒有安裝/享受到傳說中的
oh-my-zsh
,因為聽說很肥,有機會再試試!切換預設 shell
> which zsh
> chsh -s `which zsh`
設定
如果另外安裝像是
npm
需要其對應的自動完成,
依照指示附加必要資訊到 ~/.zshrc
;其實就和使用 bash
時相同