This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Runtime.InteropServices; | |
using Microsoft.Win32; | |
public enum WallpaperStyle | |
{ | |
Fill, | |
Fit, | |
Stretch, | |
Tile, |