From 46365805e705da4b14686745d0452b8df5ff15f7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 14 Nov 2021 08:40:55 +0000 Subject: [PATCH] add install script for alpine linux --- dot_install_scripts/alpine.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 dot_install_scripts/alpine.sh diff --git a/dot_install_scripts/alpine.sh b/dot_install_scripts/alpine.sh new file mode 100755 index 0000000..5ef9d42 --- /dev/null +++ b/dot_install_scripts/alpine.sh @@ -0,0 +1,13 @@ +#!/bin/zsh +apk update +apk add neovim +apk add tmux +apk add bat +apk add libuser +source ~/.zshrc +mkdir /etc/login +touch /etc/login.defs +mkdir /etc/default +touch /etc/default/useradd +p10k configure +lchsh -i $(whoami)