Skip to content

Instantly share code, notes, and snippets.

View Tjomas's full-sized avatar

Thomas Reufer Tjomas

View GitHub Profile
@Tjomas
Tjomas / profile.ps1
Created March 1, 2026 13:23
Fedora Powershell Profile
# +--------------------------------------------------------------------------+
# | Configuration |
# +--------------------------------------------------------------------------+
#region Configuration
$ProfileConfig = @{
Modules = @(
@{ Name = "PSFzf"; MinVersion = $null; AllowPrerelease = $false; Repository = $null }
@{ Name = "posh-git"; MinVersion = $null; AllowPrerelease = $false; Repository = "PSGallery" }
@{ Name = "Terminal-Icons"; MinVersion = $null; AllowPrerelease = $false; Repository = "PSGallery" }