Skip to content

Instantly share code, notes, and snippets.

View noah0316's full-sized avatar
🍎
G.R.I.T

SeungHyun-Hong noah0316

🍎
G.R.I.T
View GitHub Profile
@bashbunni
bashbunni / .zshrc
Created October 27, 2022 21:41
CLI Pomodoro for Mac
# I'll be doing another one for Linux, but this one will give you
# a pop up notification and sound alert (using the built-in sounds for macOS)
# Requires https://github.com/caarlos0/timer to be installed
# Mac setup for pomo
alias work="timer 60m && terminal-notifier -message 'Pomodoro'\
-title 'Work Timer is up! Take a Break 😊'\
-appIcon '~/Pictures/pumpkin.png'\
-sound Crystal"
@noah0316
noah0316 / pre-commit
Last active September 3, 2023 10:29
SwiftLint를 Git Hook과 함께 사용하는 방법을 소개합니다 :)
#!/bin/sh
# written by Noah
# 자세한 사용 방법은 https://noah-ios.dev/swiftlint-githooks/ 제 블로그를 참조해주세요!
LINT=$(which swiftlint)
if [[ -e "${LINT}" ]]; then
echo "🚀 SwiftLint 시작..."
echo "🔍 lint 적용 경로: $(pwd)"
count=0
for file_path in $(git ls-files -m --exclude-from=.gitignore | grep ".swift$"); do
@IsaacXen
IsaacXen / README.md
Last active June 7, 2024 07:17
(Almost) Every WWDC videos download links for aria2c.