Terminal Icon
- Folder and file iconsZ
- Directory hopperoh-my-posh
- Prompt theme enginePSReadLine
- Cmdlets for customizing the editing environment, used for autocompletion
Hack NF
- Hack font from nerd font family
- To use Git-Alias create a folder name
Git-Alias
in powershell modules directory and paste the fileGit-Alias.psm1
- Now use the alias provided in the file or add your own. For example type
s
and enter, will give thegit status
result.
Type $PROFILE
in powershell and hit enter, it will print out the path of the profile. The module directory will be there too.