Skip to content

Instantly share code, notes, and snippets.

View ZoeyWoohoo's full-sized avatar
🦖
I may be slow to respond.

Zoey ZoeyWoohoo

🦖
I may be slow to respond.
View GitHub Profile
@ZoeyWoohoo
ZoeyWoohoo / zshStyle.psm1
Last active January 17, 2019 10:06
An oh-my-posh theme —— zshStyle
#requires -Version 2 -Modules posh-git
function Write-Theme {
param(
[bool]
$lastCommandFailed,
[string]
$with
)
@ZoeyWoohoo
ZoeyWoohoo / ConEmu.xml
Last active January 17, 2019 09:47
ConEmu 配置文件
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2019-01-17 17:36:36" build="190108">
<value name="Language" type="string" data="en"/>
<value name="StartType" type="hex" data="02"/>
<value name="CmdLine" type="string" data=""/>
<value name="StartTasksFile" type="string" data=""/>
<value name="StartTasksName" type="string" data="{Shells::PowerShell}"/>
<value name="StartFarFolders" type="hex" data="00"/>
@ZoeyWoohoo
ZoeyWoohoo / clock.ini
Created January 16, 2019 04:17
Rainmeter 极简时钟插件
; reference: https://docs.rainmeter.net/manual/getting-started/basic-tutorials/clock/
; ------------------------------------------------------------------------------------
[Rainmeter]
Update=1000
[Metadata]
Name=Clock
Author=showzeng
Information=Displays the current time in a simple way.
@ZoeyWoohoo
ZoeyWoohoo / Minimalism.psm1
Last active January 17, 2019 10:12
An oh-my-posh theme —— Minimalism
#requires -Version 2 -Modules posh-git
function Write-Theme {
param(
[bool]
$lastCommandFailed,
[string]
$with
)