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:
13
scripts/listpackages.sh
Executable file
13
scripts/listpackages.sh
Executable 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
7
scripts/setup.sh
Executable 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
|
Reference in New Issue
Block a user