Before getting started, make sure to edit the script data to have your own customized terminal.
Guide on how to install the script.
-
Edit Terminal Data:
- Open your preferred text editor, such as NotePad++ or Notepad.
- Edit the data in the
Microsoft.PowerShell_profile
file as needed.
-
Installation and Configuration of Windows PowerShell:
- Install Windows PowerShell if you haven't already installed it on your system.
-
Profile Check:
- Open Windows PowerShell and run the following command to check if you have a profile:
Test-Path $Profile
- Open Windows PowerShell and run the following command to check if you have a profile:
-
Creating a New Profile (if necessary):
- If the above command does not return a positive result, create a new profile by running:
New-Item –Path $Profile –Type File –Force
- If the above command does not return a positive result, create a new profile by running:
-
Enabling Script Execution:
- Enable script execution in Windows PowerShell with the following command:
Set-ExecutionPolicy RemoteSigned
- Enable script execution in Windows PowerShell with the following command:
-
Replacing the Profile File:
- Navigate to the location where the
Microsoft.PowerShell_profile
file is located. Typically, it is found in:C:\Users\<YourUser>\Documents\PowerShell
- Replace the terminal file with the one you previously edited.
- Navigate to the location where the
Done! Your terminal is now configured to use the Fatest-Terminal script.
by @frannlencina / Francisco Lencina