Skip to content

Instantly share code, notes, and snippets.

View timmkrause's full-sized avatar
🏄
Cloudsurfing

Timm Krause timmkrause

🏄
Cloudsurfing
View GitHub Profile
@timmkrause
timmkrause / Microsoft.PowerShell_profile.ps1
Last active October 25, 2021 20:10
PowerShell Profile
# Inspiration: https://gist.github.com/shanselman/25f5550ad186189e0e68916c6d7f44c3
oh-my-posh --init --shell pwsh --config "C:\...\timm.omp.json" | Invoke-Expression
Import-Module -Name Terminal-Icons
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
# PowerShell parameter completion shim for the dotnet CLI
Register-ArgumentCompleter -Native -CommandName dotnet -ScriptBlock {
@timmkrause
timmkrause / windows-terminal-setup.md
Last active November 2, 2021 20:52
Windows Terminal Setup
@timmkrause
timmkrause / settings.json
Last active October 23, 2021 00:59
Windows Terminal Configuration
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"actions": [],
"copyOnSelect": true,
"useAcrylicInTabRow": true,