Skip to content

A beautiful and improved PowerShell Core experience for all platforms.

License

Notifications You must be signed in to change notification settings

gabriel-vanca/Arch-PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Arch PowerShell

Arch_Theme

Arch_Theme_battery

Install Instructions

1. Install PowerShell Core

Windows

Open a classic PowerShell terminal with administrator priviledges and run the following:

wget -O - https://raw.githubusercontent.com/gabriel-vanca/Arch-PowerShell/main/PowerShell/Install/Core/Windows_Install_Core.ps1 | powershell

Note: For Windows Server deployments, the script requires Chocolatey to be already installed. Non-server deplyments will use winget (also known as App Installer) which comes bundled with Windows 11 and the latest versions of Windows 10 by default.

Ubuntu

Open a terminal and run the following with administrator priviledges:

sudo wget -O - https://raw.githubusercontent.com/gabriel-vanca/Arch-PowerShell/main/PowerShell/Install/Core/Ubuntu_Install_Core.sh | bash

MacOS

Open a terminal and run the following with administrator priviledges:

sudo wget -O - https://raw.githubusercontent.com/gabriel-vanca/Arch-PowerShell/main/PowerShell/Install/Core/MacOS_Install_Core.sh | bash

Note: The script requires Homebrew to be already installed.

2. Configure PowerShell

Open a PowerShell terminal and run the following commands.

Note: On Windows you need to run this from a terminal with admin priviledges. On Linux, make sure the command is not run from the root user as in that case the theme will only be available for the root user.

Invoke-RestMethod https://raw.githubusercontent.com/gabriel-vanca/Arch-PowerShell/main/PowerShell/Install/Configure/Configure.ps1 | pwsh