From 1dc9163efcf01ee64ca1352cd9b7f1c1edb45cbb Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 21 Mar 2026 23:03:24 +0000 Subject: Add bash-completion & colordiff packages --- post-setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'post-setup.sh') diff --git a/post-setup.sh b/post-setup.sh index 421e6cb..6bb7090 100755 --- a/post-setup.sh +++ b/post-setup.sh @@ -1,8 +1,9 @@ +#!/bin/sh + # # ALPINE LINUX POST SETUP # -#!/bin/sh if [ ! "$(id -u)" -eq 0 ]; then echo "Script must be run as root"; @@ -13,7 +14,8 @@ fi user="blake" # Install additional packages -apk add linux-stable git bash vim tmux \ +apk add linux-stable git bash bash-completion \ + vim tmux colordiff \ iwd openresolv impala \ ncurses acpi kbd xdg-user-dirs \ shellcheck fastfetch btop eza \ -- cgit