myPosh is primarily to improve the look and usability of Powershell. In addition, various functions are added to facilitate various tasks.
Windows Powershell 7 must already be installed on the system.
This can be downloaded here:
Or via chocolatey:
choco install powershell-core
For installation, please download and unzip the current version. HERE
Then start the Powershell 7 as admin and navigate to the unzipped directory.
Then start the installation file:
.\install.ps1
If the Windows Terminal is already installed, you have 2 options for configuration:
- If you are already using your own config and do not want to overwrite it, you must set the required font in the settings. You can do this either as default or only for PowerShell. Please select the font MesloLGM NF under Display.
- Alternatively you can use the template that comes with myPosh, this will be overwrite any existing settings:
Copy-Item -Path $env:ProgramData\myPosh\config\wt_settings.json $env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json -Force
- Windows Terminal Configuration
- Customization of Powershell layout
- Functions:
- Start-asAdmin
- Start-PSasAdmin
- (nox309) global log function
- (nox309) Update Function for myPosh
- (nox309) First Version of myPosh PS Modul with global function
- (nox309) delete MoD from Profile/Installer
-
(nox309) first release
- Installer for all components
- Git For Windows
- Windows Terminal
- Powershell Powerliner oh-my-posh
- Fonts with icons
- Basic Powershell profile
- Configuration of Windows Terminal / If not already installed.
- Installer for all components