Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.13 KB

readme.md

File metadata and controls

37 lines (24 loc) · 1.13 KB

E N V

My setup, easiest managed with GNU stow

eg, copy nvim config by checking out repo, and typing stow neovim

HeyFocus pomodoro setup/usage

First of all in HeyFocus > Preferences > Scripting > Unfocus add:

# Helper function to format the interval
convertsecs() {
    ((h=${1}/3600))
    ((m=(${1}%3600)/60))
    ((s=${1}%60))
    printf "%02d:%02d:%02d\n" $h $m $s
}

# Write out the session to our file
echo $(date '+%a %b %d %Y %H:%M') - Focused for $(convertsecs $FOCUS_ACTUAL_INTERVAL) >> ~/focus-sessions.txt

(And create ~/focus-sessions.txt)

DJ Khaled quotes will assist with the deep work. How you say?

To start a new pomodoro session use the command pdstart

image

See how you're doing on your daily goal with pdcount

image

Struggling to finish?, use motivate during your pomodoro session

image