- Install PowerShell 7
- Install Windows Terminal
- Install Nerd Fonts (ex: UbuntuMono NF)
- Setting font PowerShell untuk menggunakan Nerd Fonts terpilih
settings>powershell 7>appearance
- Install terminal icons PS>
Install-Module -Name Terminal-Icons -Repository PSGallery
- Buat profil Power Shell PS>
New-Item -Path $PROFILE -Type File -Force
- Edit PowerShell profile
Documents\PowerShell\Microsoft.PowerShell_profile.ps1
- Tambahkan
Import-Module -Name Terminal-Icons
di file tersebut - install Oh My Posh (PS>
Install-Module oh-my-posh -Scope CurrentUser
) - Edit PowerShell profile untuk menambahkan
Set-PoshPrompt -Theme slim
- Pilih Theme dapat melihatnya dingan cara PS>
Get-PoshThemes
- Setting VSCode Terminal fonts di
File>Preferences>Settings
- Cari Terminal>Integrated:Font Family dan sesuaikan dengan Nerd Fonts pilihan diposisi paling kanan (ex: UbuntuMono NF, ...)
- Atur Font size juga agar ramah mata
-
Notifications
You must be signed in to change notification settings - Fork 0
husnimubarok/setting-OhMyPosh-Terminal-Icons
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published