summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-09 21:40:12 -0500
committerJune McEnroe <june@causal.agency>2021-02-09 21:44:03 -0500
commit191b066c17ac242f42da7fec3241de36ce974229 (patch)
tree5882bcccb009258d0145b7d66965b463b707d05d /install.sh
parentShow minutes left instead of battery percentage (diff)
downloadsrc-191b066c17ac242f42da7fec3241de36ce974229.tar.gz
src-191b066c17ac242f42da7fec3241de36ce974229.zip
Install sct
My eyes are so much happier with sct 4500 oh my god.
Diffstat (limited to '')
-rw-r--r--install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index ebce2b02..bd60c202 100644
--- a/install.sh
+++ b/install.sh
@@ -17,7 +17,9 @@ FreeBSD() {
 
 OpenBSD() {
 	doas pkg_add $packages
-	test $X && doas pkg_add imv scrot w3m-- xcursor-dmz xsel
+	if test $X; then
+		doas pkg_add imv scrot sct w3m-- xcursor-dmz xsel
+	fi
 }
 
 Linux() {
lass='nohover-highlight'> Corresponding ANSI colors from the table on ircdocs. 2020-02-10Avoid coloring mentions if there are control codesJune McEnroe This was breaking leading color codes. 2020-02-10Recalculate unreadLines on reflowJune McEnroe 2020-02-10Only make windows hotterJune McEnroe A warm message shouldn't clear a window's hotness. 2020-02-10Always increase unreadLinesJune McEnroe So that if you switch to a window and some new activity happens before you press M-u, it'll still jump to the right place. 2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe But include a pair of parentheses in the URL itself. 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe