void-bash-installer/config

17 lines
451 B
Plaintext
Raw Normal View History

2021-04-15 11:24:42 +02:00
lastminute() {
2021-05-12 18:09:59 +02:00
echo lastminute
2021-05-12 17:25:22 +02:00
#addpkg vlc
2021-05-12 18:09:13 +02:00
#servicesenable sshd
2021-05-09 20:31:41 +02:00
#servicesdisable sshd
#ignorepkg openssh
2021-05-12 17:25:22 +02:00
#removepkg mpv
2021-04-15 11:24:42 +02:00
}
2021-05-12 18:09:13 +02:00
os_config() {
2021-05-12 18:09:59 +02:00
echo os config
2021-05-12 21:32:23 +02:00
addpkg tmux starship vivid browserpass nfs-utils chezmoi pipewire alsa-pipewire libjack-pipewire libspa-v4l2 pass xclip
addpkg zsh zsh-autosuggestions zsh-completions zsh-history-substring-search zsh-syntax-highlighting google-fonts-ttf
addpkg
2021-05-12 18:09:13 +02:00
servicesenable sshd
}