Skip to content

Instantly share code, notes, and snippets.

View hyunbinseo's full-sized avatar

Hyunbin Seo hyunbinseo

View GitHub Profile
@hyunbinseo
hyunbinseo / commands.md
Last active April 14, 2025 01:01
Frequently Used Commands
adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 # disable galaxy shutter sound
pnpm svgo -rf ./ -o ./ # https://github.com/svg/svgo#readme

update git commit timestamp

GIT_COMMITTER_DATE="$(date)" git commit --amend --no-edit --date "$(date)"
@hyunbinseo
hyunbinseo / winget.ps1
Last active May 1, 2025 11:27
Install apps using WinGet on Windows
$packages = @(
'9P1XD8ZQJ7JD', # fre:ac
'AdGuard.AdGuard',
'AdrienAllard.FileConverter',
'astral-sh.uv',
'Balena.Etcher',
'Bitwarden.Bitwarden',
'ClockworkMod.UniversalADBDriver',
'Dropbox.Dropbox',
'Git.Git',
@hyunbinseo
hyunbinseo / settings.json
Last active March 24, 2025 12:45
VS Code Settings
{
"[csv]": {
"files.encoding": "utf8bom"
},
"[markdown]": {
"editor.fontFamily": "'엘리스 디지털코딩체 ver.H', 'Elice DigitalCoding OTF', monospace",
"prettier.tabWidth": 2,
"prettier.useTabs": false
},
"[svelte]": {