Skip to content

arksys-os/post-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Post installation and config files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages