install.sh
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
source $(dirname "$0")/scripts/library.sh
|
||||
|
||||
# install yay
|
||||
cd ..
|
||||
git clone https://aur.archlinux.org/yay-git.git
|
||||
cd yay-git
|
||||
makepkg -si
|
||||
cd ..
|
||||
cd ../dotfiles
|
||||
|
||||
# Install required packages
|
||||
packagesPacman=(
|
||||
@@ -27,6 +28,7 @@ packagesPacman=(
|
||||
"xfce4-power-manager"
|
||||
"mousepad"
|
||||
"ranger"
|
||||
"thunar"
|
||||
"ttf-font-awesome"
|
||||
"ttf-fira-sans"
|
||||
"ttf-fira-code"
|
||||
|
||||
Reference in New Issue
Block a user