/\_/\
( o.o )
> ^ <
-
Download this repository:
git clone https://github.com/RevenzMind/DotFiles.git
-
Move the
.configfolder toC:\Users\%USERNAME%:move .\DotFiles\.config C:\Users\%USERNAME%\
-
Install Starship using Winget in PowerShell:
winget install --id Starship.Starship --source winget
-
Install the JetBrains Mono Nerd Font from: JetBrainsMono.zip
Note: The JetBrains Mono Nerd Font is needed for proper display of icons and symbols in the terminal.
-
Install the latest version of PowerShell from Microsoft Store: PowerShell
-
Set Windows Terminal as the default terminal:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
-
Open Windows Terminal, go to Settings and find the option "Open JSON file", then replace its content with the
settings.jsonfile from this repository.Note: The
settings.jsonfile configures the terminal's appearance and behavior. You can find it in the root of this repository. -
Copy the
PowerShellfolder from this repository to yourDocumentsdirectory:copy .\DotFiles\PowerShell C:\Users\%USERNAME%\Documents\
Note: The PowerShell profile needs to be copied to the
Documentsdirectory to be recognized by PowerShell. -
Reopen Windows Terminal to see the PowerShell changes take effect.
-
Final Notes on Name Customization: You can modify the following line in the PowerShell profile (
C:\Users\%USERNAME%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1):$ENV:initial = "<Kendo>"
to display your preferred name in the terminal.