Skip to content

Latest commit

 

History

History
160 lines (127 loc) · 6.21 KB

README.vi-VN.md

File metadata and controls

160 lines (127 loc) · 6.21 KB

English | Tiếng Việt

Cách làm Terminal Cute

Muốn Terminal của bạn cũng cute như thế này? Bạn đến đúng chỗ r á :3!

Setup

⚡ Yêu Cầu

⬇️ Cài Đặt

Copy và chạy từng dòng một trong Terminal.

Tùy chọn: Cần thiết để chạy tập lệnh từ xa lần đầu tiên

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

Cài đặt Scoop

irm get.scoop.sh | iex

Cài đặt git nếu bạn chưa có

scoop install git

💻 Windows Terminal Settings

Đặt profile mặc định là Windows PowerShell

Settings > Default profile > Windows PowerShell

Chỉnh sửa một số cài đặt phù hợp với bạn và chọn Font chữ là CaskaydiaCove NF (CaskaydiaCove NF hiện không hiển thị đúng biểu tượng ở một số giao diện nên hãy sử dụng FiraCode Nerd Font thay thế) một số font chữ khác có thể không hiển thị biểu tượng một cách chính xác.

nerd_fonts.mp4

Thêm Bảng phối màu cho Terminal, chọn những cái bạn thích trong Windows Terminal Themes và dán chúng vào settings.json.

color_scheme.mp4

Oh My Posh là một công cụ chủ đề nhanh chóng cho phép làm đẹp chuỗi nhanh chóng. Vui lòng đảm bảo rằng bạn đã làm theo các hướng dẫn trước đó một cách chính xác vì công cụ này cần Terminal của bạn sử dụng Nerd Font.

Mở PowerShell và chạy lệnh sau:

winget install JanDeDobbeleer.OhMyPosh -s winget

Dùng khi theme Oh My Posh của bạn đã lỗi thời.

winget upgrade JanDeDobbeleer.OhMyPosh -s winget

Bây giờ hãy đóng Terminal và mở lại.

Hãy bắt đầu với theme mặc định:

oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\jandedobbeleer.omp.json"

Chạy lệnh và copy lệnh nó hiện lên và chạy tiếp.

default_themes.mp4

Bây giờ hãy chọn chủ đề của bạn:

Get-PoshThemes

Chọn chủ đề của bạn và chạy lệnh:

oh-my-posh --init --shell pwsh --config <path-to-your-theme>

Lệnh sẽ giống như thế này:

oh-my-posh init pwsh --config ~AppData\Local\Programs\oh-my-posh\themes\{theme-name}.omp.json | Invoke-Expression
your_theme.mp4

Do khi mở một cửa sổ Terminal mới sẽ không có theme Oh My Posh nên chúng ta sẽ cấu hình PowerShell profile script để mỗi khi bật Terminal lên nó sẽ tự động sử dụng theme mà chúng ta đã chọn.

Lệnh khởi tạo profile:

New-Item -Path $PROFILE -Type File -Force

Mở profile script bằng Notepad. Sao chép lệnh bạn đã sử dụng để khởi tạo theme trước đó. Dán lệnh vào profile script file và lưu nó.

notepad $PROFILE
profile_script.mp4

Sau khi thêm, hãy chạy lệnh dưới reload lại theme của bạn để các thay đổi có hiệu lực:

. $PROFILE

⚙️ Install Neofetch / Winfetch

Both Neofetch and Winfetch are command-line system information utilities that display information about your operating system, software, and hardware in an aesthetic and visually pleasing way. But Winfetch will be more personalized, so if you want to be fast, you can use Neofetch.

Install Neofetch

scoop install neofetch

Show your system information

neofetch
neofetch.mp4

Install Winfetch

scoop install winfetch

Setup script

Install-Script -Name pwshfetch-test-1

Choose “Yes” for any prompts you encountered.

Restart your Terminal. Then, run winfetch to see if it’s correctly installed.

winfetch
winfetch.mp4

🖼️ Custom Image for Winfetch

Because Windows Terminal cannot produce full quality graphics, the Windows logo to the left can be altered to a custom "image" that looks more like a low resolution pixel art.

  1. Copy path to your image.
  2. Go to this path to edit the config file:
C:\Users\{user}\.config\winfetch\config.ps1
custom_image.mp4

That's all the steps to make your Terminal more cutie. If you have any questions feel free to contact me (。•̀ᴗ-)✧.