From 928d592f163077c14a6214653c7302d7dc024f39 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 12 May 2021 18:09:13 +0200 Subject: [PATCH] fixes --- config | 8 +++++++- step1/80-lastminute | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config b/config index 2526449..ef6b22c 100644 --- a/config +++ b/config @@ -1,7 +1,13 @@ lastminute() { #addpkg vlc - servicesenable sshd + #servicesenable sshd #servicesdisable sshd #ignorepkg openssh #removepkg mpv } + +os_config() { + addpkg tmux starship vivid browserpass nfs-utils chezmoi pipewire alsa-pipewire libjack-pipewire libspa-v4l2 + addpkg zsh zsh-autosuggestions zsh-completions zsh-history-substring-search zsh-syntax-highlighting + servicesenable sshd +} diff --git a/step1/80-lastminute b/step1/80-lastminute index 9ec6a6e..1ebaec7 100644 --- a/step1/80-lastminute +++ b/step1/80-lastminute @@ -3,3 +3,8 @@ declare -f lastminute if yesno "Lastminute Changes" y; then lastminute fi +declare -f os_config +if yesno "O's config?" y; then + os_config +fi +