Skip to content

Instantly share code, notes, and snippets.

View Seefer's full-sized avatar
👨‍🎓
Learning all the web dev things...

Darren Evans Seefer

👨‍🎓
Learning all the web dev things...
View GitHub Profile
@Seefer
Seefer / settings.json
Last active October 14, 2021 14:30
Mu settings file for Windows Terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
@Seefer
Seefer / devans-laptop-omp.json
Last active October 14, 2021 14:31
Oh-my-posh config for a laptop that includes battery status indicator segment.
{
"final_space": true,
"osc99": false,
"console_title": true,
"console_title_style": "folder",
"console_title_template": "",
"terminal_background": "",
"blocks": [
{
"type": "prompt",
@Seefer
Seefer / devans-wsl-linux-omp.json
Last active October 14, 2021 14:35
My Linux Oh-My-Posh version 3 prompt configuration used in my WSL2 Linux on Windows 11 dev environment
{
"final_space": true,
"osc99": false,
"console_title": true,
"console_title_style": "folder",
"console_title_template": "",
"terminal_background": "",
"blocks": [
{
"type": "prompt",