Skip to content

Instantly share code, notes, and snippets.

View borqosky's full-sized avatar
🏠
Working from home

Włodek Borkowski borqosky

🏠
Working from home
View GitHub Profile
@borqosky
borqosky / Install_Script.ps1
Created February 28, 2024 09:30 — forked from Dominicus1165/Install_Script.ps1
Winget install script for Windows
<#
# 0. Windows 10 only: update "App Installer" on Windows Store
#
# 1. Win+X => A
# 2. cd C:\Users\xxx\Desktop or C:\Users\xxx\OneDrive\Desktop if you have OneDrive
# 3. Set-ExecutionPolicy Unrestricted
# 4. .\Install_Script.ps1
#>
<#
@borqosky
borqosky / terminal-prompt-git-branch-zsh.md
Created January 6, 2024 15:29 — forked from reinvanoyen/terminal-prompt-git-branch-zsh.md
Add Git Branch Name to Terminal Prompt (MacOS Catalina zsh)

Add Git Branch Name to Terminal Prompt (MacOS Catalina zsh)

Updated for MacOS Big Sur | Monterey | Ventura

screenshot

Install

Open ~/.zshrc in your favorite editor and add the following content to the bottom.

function parse_git_branch() {