Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "web/themes/zzo"]
path = web/themes/zzo
url = https://github.com/zzossig/hugo-theme-zzo.git
url = https://github.com/runewake2/hugo-theme-zzo.git
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: "Creating a Quick Custom Profile in the Windows Terminal"
aliases: [/v/DGNG9FYkkFE/]
date: 2021-10-06
featured_image: https://i.ytimg.com/vi/DGNG9FYkkFE/mqdefault.jpg
tags: [ tip,windows,powershell,shell ]

---

{{% youtube id="DGNG9FYkkFE" %}}

---
title: "Creating a Quick Custom Profile in the Windows Terminal"
aliases: [/v/DGNG9FYkkFE/]
date: 2021-10-06
watch_time: 19 minutes
featured_image: https://i.ytimg.com/vi/DGNG9FYkkFE/mqdefault.jpg
tags: [ tip,windows,powershell,shell ]

---

{{% youtube id="DGNG9FYkkFE" %}}

The Windows Terminal allows you to run any number of different profiles. Some of the defaults that you might see pre-configured include things like PowerShell and Command Prompt, but you can introduce your own profiles to the Windows Terminal to fit your needs! This means you can add your favorite cloud shell or add a custom shell like NuShell directly to the Windows Terminal so they can be launched immediately with a hotkey or via the GUI. In this video we'll look at how you can quickly add a new profile to the Windows Terminal

There are multiple ways the new profile can be introduced. In this video we'll be duplicating an existing profile and configuring it to automatically SSH into one of my development servers. This can be done by opening the Windows Terminal settings and clicking "Add a New Profile" from the options on the left hand side of the settings screen. That button will present you with the option to either duplicate an existing profile or add a new empty profile. Duplicating a profile will automatically copy style, icon and other settings.
Expand Down