修改Windows 终端设置(默认快捷方式:CTRL + SHIFT + ,),在settings.json文件defaults属性下添加font.face属性 {"profiles":{"defaults":{"font":{"face":"MesloLGM Nerd Font"}}} 右击终端标题栏选择设置菜单,找到外观字体设置 下载oh-my-poshwinget install JanDeDobbeleer.OhMyPosh 将PowerShell 执行策略设...
added new oh-my-posh install instructions docs: new oh-my-posh install instructions d170da7 LuiseFreese merged commit d89a5cb into pnp:main Apr 27, 2022 Collaborator LuiseFreese commented Apr 27, 2022 thank you, @anoopt 🚀 Sign up for free to join this conversation on GitHub. Alr...
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1')) Theme Not applicable What OS are you seeing the problem on? Windows Which shell are you using? powershell Log output Not applicable since e...
Whenever I reinstall my Windows laptop (Or a new management VM), I have a lot of apps, modules, RSAT Tools, Sysinternals tools and settings that need to be installed or configured. So... Let's automate that🙂Below are my installation scripts which you can use ...
Windows.Forms) Example of a function that will remove everything from my string, after first "space" character and takes whats left ? Excel & Powershell: Bulk Find and replace URL's used in forumlas Excel background process Excel cell formatting - boarders Excel Convert .xls to .xlsx ...
JanDeDobbeleer.OhMyPosh winget install -e --id Postman.Postman winget install -e --id Microsoft.PowerShell winget install -e --id Microsoft.PowerToys winget install -e --id Python.Python.3 winget install -e --id RubyInstallerTeam.RubyWithDevKit winget install -e --id Spotify.Spotify (...
让你的Win 10更好用(scoop wt oh-my-posh carnac) 前言 之前我讲过一篇如何使得自己的Linux子系统或者服务器的命令行变得更加美观,今天主要讲几个工具来让你的Windows变得更加强大。 Scoop window的包管理工具中,scoop其实只是个后起之秀,我们可能熟知的有chocolaty等等,那么为什么我们要使用scoop而不去使用...
Open PoSH Get-AppxPackage -name XeroxCorp.PrintExperience | Remove-AppxPackage As Admin cd "c:\Program Files\WindowsApps" cd XeroxFolder del *.* icacls XeroxCorp.PrintExperience_7.48.16.0_neutral_split.scale-100_f7egpvdyrs2a8 /inheritance:r /grant:r domain\user:(OI)(CI)F /T ...
Windows.Forms) Example of a function that will remove everything from my string, after first "space" character and takes whats left ? Excel & Powershell: Bulk Find and replace URL's used in forumlas Excel background process Excel cell formatting - boarders Excel Convert .xls to .xlsx ...
How can I have my script running in the background continuously? How can I Import-Csv a csv file that has multi-line fields How can I install IIS administration commandlets on Windows Server 2012 R2? How can I pass commandline parameters which include spaces to Powershell via the command ...