Skip to content

Instantly share code, notes, and snippets.

@d1820
d1820 / Install Terminal Icons and POSH for Powershell.ps1
Last active February 8, 2024 13:32
Install Terminal Icons and POSH for Powershell
param(
[string]$theme = "quick-term.omp.json",
[string]$font = "Meslo"
)
$moduleName = "Terminal-Icons"
$poshName = "JanDeDobbeleer.OhMyPosh"
Write-Host "Installing Terminal Icons..." -ForegroundColor Blue
Install-Module -Name $moduleName -Repository PSGallery
@d1820
d1820 / Install POSH for Mac.sh
Last active February 8, 2024 14:19
Install Terminal Icons and POSH for Mac
#!/bin/bash
# Set default value for theme if not provided
theme=${1:-'quick-term.omp.json'}
font=${2:-'Meslo'}
echo 'Installing Posh...'
brew install jandedobbeleer/oh-my-posh/oh-my-posh
@d1820
d1820 / Save EBooks You Own.md
Created February 20, 2024 18:52
Bookmarklets to auto advance pages from Ebooks online and save them as images

Saving ebooks as images

Saving Certain Ebook providers books

Some ebooks are image based and have certain DRM rights added to them, even though you PAID for them. These bookmarklets allows for capturing those EBooks YOU own.

Image based books

  • Install the advance-and-download-ebook bookmarklet as a favorite in your bookmarks bar.
@d1820
d1820 / About.md
Created February 23, 2024 14:42
ChatGTP 3.5 Instructions that provides search links on BRAVE

This adopts the work done from ChatGPT-AutoExpert and updates it to get rid of some of the verboseness and adds links into the response (while not clickable, due to blocks by MS) are at least copy pastable to use.

Example output

image