Skip to content

Instantly share code, notes, and snippets.

View burhanorkun's full-sized avatar

burhanorkun burhanorkun

View GitHub Profile
# first of all install tool
brew install terminal-notifier
brew install caarlos0/tap/timer
# Mac setup for pomo
alias work="timer 60m && say 'Mola verme zamanı dostum! Kalk ve biraz yürüyüşe çık! Biraz su iç!' \
&& terminal-notifier -message 'Pomodoro'\
-title 'Work Timer is up! Take a Break 😊'\
-appIcon 'http://vjeantet.fr/images/logo.png' \
@burhanorkun
burhanorkun / Orkun.java
Created April 13, 2018 06:14
java örnek
public class Orkun{
public static void main(String[] args){
System.out.println("Github gist sample!!");
}
}