Skip to content

Instantly share code, notes, and snippets.

View Fammy's full-sized avatar
🏠
Working from home

Jason Famularo Fammy

🏠
Working from home
View GitHub Profile
@Fammy
Fammy / config.omp.json
Last active March 2, 2023 15:55
My Oh My Posh theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
// Root indicator
{
@Fammy
Fammy / PSReadLine-Config.ps1
Created January 27, 2023 20:00
My config for PSReadLine
Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource History
#Set-PSReadLineOption -PredictionViewStyle ListView # if y ou want the list instead of a single item, disable above
Set-PSReadLineOption -Colors @{ InlinePrediction = '#666666'}
Set-PSReadLineOption -EditMode Windows
Set-PSReadLineKeyHandler -Chord "Ctrl+RightArrow" -Function ForwardWord
Set-PSReadLineKeyHandler -Key End `
-BriefDescription EndOfLineAndAcceptSuggestion `
-LongDescription "Move cursor to the end the current editing line and accept the next word in suggestion when it's at the end of current editing line" `
@Fammy
Fammy / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {