Skip to content

Instantly share code, notes, and snippets.

@neztach
neztach / settings.json
Created February 8, 2023 21:13
settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
@neztach
neztach / profile.ps1
Created February 8, 2023 21:12
profile
#Version 2.5
Clear-Host
#region Paths
$env:PSModulePath = $env:PSModulePath + ';C:\Program Files\WindowsPowerShell\Modules'
#endregion
If ($env:USERNAME -like '*step*'){$amJames = $true}
#region Locations
@neztach
neztach / .work.omp.json
Last active February 8, 2023 21:13
boxstarter
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{