File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,13 @@ mkdir -p "$HOME"/.local/bin
1414# Ensure local bin is on execution path
1515export PATH=$HOME /.local/bin:$PATH
1616
17-
1817# -----------------------------------------------
1918# Install Developer tools
2019
2120echo " Install tools for software development outside of the OS package manager"
2221echo " Binaries are installed in $installpath "
2322echo " Ensure tools are not already running before running this script to prevent failure"
2423
25-
2624echo " # ---------------------------------------"
2725echo " Install Developer tools from latest GitHub Release Assests"
2826echo " # ---------------------------------------"
@@ -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
110109echo " "
111110
112-
113111# Claude.ai
114112# set -euo pipefail
115113# curl -fsSL https://claude.ai/install.sh | bash
Original file line number Diff line number Diff line change 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 " # ---------------------------------------"
You can’t perform that action at this time.
0 commit comments