Skip to content

Instantly share code, notes, and snippets.

# use-omz needs to be FIRST
getantidote/use-omz
# Add in some oh-my-zsh stuff
ohmyzsh/ohmyzsh path:lib
ohmyzsh/ohmyzsh path:plugins/colored-man-pages
ohmyzsh/ohmyzsh path:plugins/docker-compose
# ohmyzsh/ohmyzsh path:plugins/gh
ohmyzsh/ohmyzsh path:plugins/git
ohmyzsh/ohmyzsh path:plugins/git-prompt
@henior2
henior2 / SilentWallpaper.cs
Last active January 26, 2022 16:03 — forked from Drarig29/SilentWallpaper.cs
Temporarily set a desktop wallpaper without polluting the Windows settings history (Solid Color backup support)
using System;
using System.Runtime.InteropServices;
using Microsoft.Win32;
public enum WallpaperStyle
{
Fill,
Fit,
Stretch,
Tile,