Skip to content

Instantly share code, notes, and snippets.

View joelra's full-sized avatar

Joel Anderson joelra

  • Utah
View GitHub Profile
@joelra
joelra / settings.json
Created December 14, 2022 04:24
Windows Terminal Settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@joelra
joelra / .bashrc
Created December 14, 2022 04:23
WSL Bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
@joelra
joelra / ohmyposhv3-v2.json
Last active December 28, 2022 22:22
OhMyPosh Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{