Skip to content

Instantly share code, notes, and snippets.

View trenthaynes's full-sized avatar

Trent Haynes trenthaynes

  • Carport 23 LLC
  • Houston, Texas
View GitHub Profile
@trenthaynes
trenthaynes / simple_dev.omp.json
Created May 16, 2023 17:31
oh-my-posh config file
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": "{{.UserName}}@{{.HostName}} {{.Shell}} in {{.PWD}}",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "cyan",
"style": "powerline",
@trenthaynes
trenthaynes / countries.json
Created June 23, 2016 19:58 — forked from keeguon/countries.json
A list of countries in JSON
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},