Browse Source

fix: add required programs to install config

master
Tovi Jaeschke-Rogers 5 days ago
parent
commit
689981461d
2 changed files with 15 additions and 2 deletions
  1. +6
    -1
      post-install.sh
  2. +9
    -1
      user_configuration.json

+ 6
- 1
post-install.sh View File

@ -94,6 +94,12 @@ cd /usr/local/src/st/
make CMAKE_BUILD_TYPE=RelWithDebInfo
make install
echo "Building yay..."
git clone https://aur.archlinux.org/yay.git /opt/yay/
cd /opt/yay
makepkg -si
echo "Cloning dotfiles..."
echo "Enabling networkmanager service..."
@ -102,4 +108,3 @@ systemctl enable NetworkManager
echo "Taking post install script snapshot..."
btrfs subvolume snapshot -r / /.snapshots/@post-install-snapshot

+ 9
- 1
user_configuration.json View File

@ -146,7 +146,12 @@
"wget",
"stow",
"zsh",
"networkmanager"
"networkmanager",
"libx11",
"libxft",
"xorg-server",
"xorg-xinit",
"libxinerama"
],
"parallel downloads": 5,
"profile_config": {
@ -158,6 +163,9 @@
"main": "Xorg"
}
},
"custom-commands": [
"wget https://git.tovijaeschke.xyz/tovi/arch-install-automation/raw/branch/master/post-install.sh && bash post-install.sh"
],
"save_config": null,
"swap": true,
"timezone": "Australia/Adelaide",


Loading…
Cancel
Save