This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Orkun{ | |
public static void main(String[] args){ | |
System.out.println("Github gist sample!!"); | |
} | |
} |