Skip to content

Instantly share code, notes, and snippets.

View travisterrell's full-sized avatar

Travis J. Terrell travisterrell

View GitHub Profile
@travisterrell
travisterrell / shell-setup.ps1
Created November 17, 2023 21:36 — forked from mikepruett3/shell-setup.ps1
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018
@travisterrell
travisterrell / Windows Defender Exclusions VS 2019.ps1
Last active January 26, 2021 18:40 — forked from Braytiner/Windows Defender Exclusions VS 2019.ps1
Adds Windows Defender exclusions for Visual Studio 2019
$userPath = $env:USERPROFILE
$pathExclusions = New-Object System.Collections.ArrayList
$processExclusions = New-Object System.Collections.ArrayList
$pathExclusions.Add('C:\Windows\Microsoft.NET') > $null
$pathExclusions.Add('C:\Windows\assembly') > $null
$pathExclusions.Add($userPath + '\AppData\Local\Microsoft\VisualStudio') > $null
$pathExclusions.Add($userPath + '\AppData\Local\Microsoft\VisualStudio Services') > $null
$pathExclusions.Add($userPath + '\AppData\Local\GitCredentialManager') > $null
$pathExclusions.Add($userPath + '\AppData\Local\GitHubVisualStudio') > $null
@travisterrell
travisterrell / profile.json
Created November 21, 2019 20:08 — forked from fcharlie/profile.json
My Windows Terminal profile.json
{
"globals": {
"alwaysShowTabs": true,
"defaultProfile": "{f39b6ee5-a01c-41e3-a652-b95a5f3de9ad}",
"initialCols": 120,
"initialRows": 30,
"keybindings": [
{
"command": "closeTab",
"keys": [