Skip to content

Commit 93ee594

Browse files
debian: timr-tui pomodoro timer
1 parent eb1c054 commit 93ee594

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

debian-linux/dev-tools-install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ mkdir -p "$HOME"/.local/bin
1414
# Ensure local bin is on execution path
1515
export PATH=$HOME/.local/bin:$PATH
1616

17-
1817
# -----------------------------------------------
1918
# Install Developer tools
2019

2120
echo "Install tools for software development outside of the OS package manager"
2221
echo "Binaries are installed in $installpath"
2322
echo "Ensure tools are not already running before running this script to prevent failure"
2423

25-
2624
echo "# ---------------------------------------"
2725
echo "Install Developer tools from latest GitHub Release Assests"
2826
echo "# ---------------------------------------"
@@ -78,6 +76,7 @@ echo "TUIs"
7876
./tui/nvtop.sh
7977
./tui/shellcheck.sh
8078
./tui/superfile.sh
79+
./tui/timr-tui.sh
8180
./tui/ttyper.sh
8281
./tui/xplr.sh
8382
./tui/zenith
@@ -109,7 +108,6 @@ echo "# ---------------------------------------"
109108

110109
echo ""
111110

112-
113111
# Claude.ai
114112
#set -euo pipefail
115113
# curl -fsSL https://claude.ai/install.sh | bash

debian-linux/tui/timr-tui.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
echo
4+
echo "# ---------------------------------------"
5+
echo "Timr-tui - Pomodoro Countdown timer"
6+
dra download --automatic --install --output ~/.local/bin/ sectore/timr-tui
7+
8+
echo
9+
echo "Timr-tui version: $(timr-tui --version)"
10+
echo "# ---------------------------------------"

0 commit comments

Comments
 (0)