Added water tracking script with daily reset

This commit is contained in:
Keegan 2022-08-16 10:31:41 -04:00
parent 87d03d05a9
commit 83eb0d8537
3 changed files with 9 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
tmux/resurrect
tmux/plugins
!tmux/plugins/tpm
bin/water
!bin/water/water.sh

View File

@ -25,8 +25,8 @@ set -g status-interval 5
set -g status-style "bg=black, fg=white"
set -g status-right "| #(~/.tmux/plugins/tmux-mem-cpu-load/tmux-mem-cpu-load -p -i 1 -a 1)|#[default] %a %l:%M "
set -g status-right-length 100
set -g status-left "#(~/.dotfiles/bin/weather/weather) | "
set -g status-left-length 20
set -g status-left "#(~/.dotfiles/bin/weather/weather) | #(~/.dotfiles/bin/water/water.sh) |"
set -g status-left-length 40
# tmux auto start
set -g @plugin 'tmux-plugins/tmux-resurrect'

5
zshrc
View File

@ -139,3 +139,8 @@ alias agent="source $HOME/.dotfiles/bin/agent.sh"
# home and clear
alias c="cd && clear"
# water tracking alias
alias nalgene="$HOME/.dotfiles/bin/water/water.sh 32"
alias water="$HOME/.dotfiles/bin/water/water.sh"