https://github.com/tonytech83/powershell-profile
Custom PowerShell profile
https://github.com/tonytech83/powershell-profile
powershell
Last synced: 11 months ago
JSON representation
Custom PowerShell profile
- Host: GitHub
- URL: https://github.com/tonytech83/powershell-profile
- Owner: tonytech83
- Created: 2024-09-27T08:28:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T13:58:26.000Z (about 1 year ago)
- Last Synced: 2025-02-14T14:35:38.867Z (about 1 year ago)
- Topics: powershell
- Language: PowerShell
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/tonytech83/powershell-profile/actions/workflows/main.yml)
# PowerShell Profile
Feels almost as good as a Linux terminal.

### 1. Clone repo
```powershell
git clone https://github.com/tonytech83/powershell-profile.git
```
### 2. Execute `setup.ps1` as **admin**. This will install:
- JetBrainsMono nerd font
- Oh My Posh
- Terminal Icons module
- fzf
- zoxide
### 3. Execute `setprofile.ps1` to setup profile.
```powershell
.\setprofile.ps1
```
### 4. If you want to use my theme `my_theme.omp.json`.
```powershell
cp .\my_theme.omp.json 'C:\Program Files (x86)\oh-my-posh\themes\'
```