1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add incomplete install & setup script

This commit is contained in:
2016-03-31 18:45:07 +01:00
parent 177333d911
commit 90f5f8b3f4
3 changed files with 112 additions and 0 deletions

13
scripts/listpackages.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
set -e
ALL=$(pacman --query --quiet --explicit)
BASE=$(pacman --query --quiet --groups base)
BASE_DEVEL=$(pacman --query --quiet --groups base-devel)
echo "$ALL
$BASE
$BASE
$BASE_DEVEL
$BASE_DEVEL" | sort | uniq -u

7
scripts/setup.sh Executable file
View File

@ -0,0 +1,7 @@
./install-pacaur.sh
pacaur -S ../packages
systemctl enable lightdm.service
systemctl enable bluetooth.service --now
systemctl enable NetworkManager.service --now