Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 717 Bytes

Post Installation

After installing your Linux distro normally you need to install extra packages and configure your system to your own taste. Here's a script to install packages and import/export config files.

How to do a post installation?

Inspect the code and do it with your own risk.

Download this repo and execute the script "menu.sh", then you can install a selected list of packages with (pacman, yay, flatpak, vscode).

Option 1 with git:

git clone https://github.com/arksys-os/post-install.git
cd ./post-install/
sh ./menu.sh

Option 2 directly run the menu.sh script with curl

bash <(curl -s https://raw.githubusercontent.com/arksys-os/post-install/main/menu.sh)