Skip to content

Instantly share code, notes, and snippets.

View RangHo's full-sized avatar
😠
kill me already

RangHo Lee RangHo

😠
kill me already
View GitHub Profile
@RangHo
RangHo / git-commit-template
Last active December 10, 2023 20:59
Commit message template that conforms to the Conventional Commits standard.
# <type>(<scope>)!: <description> (72 characters maximum)
# |<--- preferably using up to 50 characters --->|<------------------->|
# Optional <body>
# |<------------- try limiting to 72 characters per line ------------->|
# Optional <footer>
# ----- END COMMIT MESSAGE -----
#
@RangHo
RangHo / sandbox-at-home.bat
Created May 15, 2023 09:53
Force enable Windows Sandbox features on Windows 10/11 Home editions.
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Containers*.mum >sandbox.txt
for /f %%i in ('findstr /i . sandbox.txt 2^>nul') do dism /Online /NoRestart /Add-Package:"%SystemRoot%\servicing\Packages\%%i"
del sandbox.txt
dism /Online /Enable-Feature /FeatureName:Containers-DisposableClientVM /LimitAccess /All
pause
@RangHo
RangHo / .clang-format
Created April 17, 2023 09:52
My `clang-format` configuration file
---
BasedOnStyle: WebKit
AlignAfterOpenBracket: BlockIndent
AlignTrailingComments: true
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 100
NamespaceIndentation: None
ReflowComments: true
SortIncludes: true
@RangHo
RangHo / hyper-v-at-home.bat
Last active May 15, 2023 09:49
Force enable Hyper-V features on Windows 10/11 Home editions.
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /Online /NoRestart /Add-Package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
dism /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V /LimitAccess /All
pause
@RangHo
RangHo / keybase.md
Last active February 2, 2023 06:54

Keybase proof

I hereby claim:

  • I am RangHo on github.
  • I am rangho (https://keybase.io/rangho) on keybase.
  • I have a public key whose fingerprint is 3C89 4CB3 0091 5C9E 1B44 AE92 5122 92DF 7B3A 5632

To claim this, I am signing this object: