mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:04:59 +01:00
Also install qt5ct to change qt theme
This commit is contained in:
parent
fa428f29c3
commit
e4810baf77
5
setup
5
setup
|
@ -7,7 +7,10 @@ then
|
||||||
echo "Updating Ubuntu"
|
echo "Updating Ubuntu"
|
||||||
sudo apt update && sudo apt upgrade
|
sudo apt update && sudo apt upgrade
|
||||||
echo "Installing tools/utils"
|
echo "Installing tools/utils"
|
||||||
sudo apt install ripgrep fd-find make stow tmux awesome compton dmenu nitrogen
|
sudo apt install ripgrep fd-find make stow tmux awesome compton dmenu nitrogen acpi acpid qt5ct
|
||||||
|
|
||||||
|
echo "Enabling acpid"
|
||||||
|
systemctl enable acpid
|
||||||
else
|
else
|
||||||
echo "Updating Arch"
|
echo "Updating Arch"
|
||||||
sudo pacman -Syyu
|
sudo pacman -Syyu
|
||||||
|
|
Loading…
Reference in a new issue