😎Level up your Linux Shell
การติดตั้งและปรับแต่ง Zsh Shell ด้วย Powerlevel10k
สำหรับ Windows (WSL2)
สำหรับ Linux และ MacOS
Oh my Zsh Cheatsheet
Quick reference:
Oh My Zsh's Command-Line Interface (CLI):
omz
. Runomz --help
for available commands.To update Oh My Zsh:
omz update
.To uninstall it:
uninstall_oh_my_zsh
.To apply changes made to
.zshrc
:omz reload
(this just runsexec zsh
). Do NOT runsource ~/.zshrc
.
ตัวอย่างการตั้งค่า plugins ใน ไฟล์ .zshrc
Commands
Command | Description |
---|---|
| List all aliases |
| Create a new directory and change to it, will create intermediate directories as required. |
| Like |
| Get a list of the top 20 commands and how many times they have been run. |
Directory
Alias | Command |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Switch to directory number |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Top Popular ZSH Plugins on GitHub
ภายในไดเรกทอรี่ /etc
จะมีไฟล์ที่ชื่อว่า lsb-release
ดังคำสั่งข้างล่าง
Last updated