From b74fe209b537087df0588009f9ac8fb9bd73014e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 6 Jan 2020 02:31:43 -0300 Subject: [PATCH] Add script for Void Linux installation. --- distros/.stow-local-ignore | 1 + distros/void.sh | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 distros/.stow-local-ignore create mode 100755 distros/void.sh diff --git a/distros/.stow-local-ignore b/distros/.stow-local-ignore new file mode 100644 index 0000000..b84e562 --- /dev/null +++ b/distros/.stow-local-ignore @@ -0,0 +1 @@ +^/* \ No newline at end of file diff --git a/distros/void.sh b/distros/void.sh new file mode 100755 index 0000000..dadab03 --- /dev/null +++ b/distros/void.sh @@ -0,0 +1,37 @@ +#!/usr/bin/env bash + +xbps-install -S \ + Waybar \ + alacritty \ + bat \ + bmon \ + breeze-snow-cursor-theme \ + brightnessctl \ + emacs-gtk2 \ + fish-shell \ + fzf \ + git \ + go \ + grim \ + htop \ + hunspell \ + hunspell-en_US \ + hunspell-pt_BR \ + iwd \ + jq \ + liberation-fonts \ + mdcat \ + neovim \ + python3 \ + redshift \ + ripgrep \ + sddm \ + slurp \ + starship \ + stow \ + sway \ + swayidle \ + swaylock \ + tmux \ + udisks2 \ +