๐ง Linux Configurations
๐พ Backup Configurations
- Make the
backup.sh
file executable with chmod +x ./backup.sh
first.
- Backup configurations by executing
backup.sh
file.
- Files & folders that needs to be backed up should be mentioned inside
backup.conf
file.
- Once backup is complete, commit the changes.
- If you want to restore the backup, instead of just copy paste everything back, run the backup script. After that you can use file diff to compare the changes and pick manually.
๐ซ Install Packages
- Make the
install.sh
file executable with chmod +x ./install.sh
first.
- Bulk install packages by executing
install.sh
file.
- Packages needs to be installed should be listed inside
install_third_party.conf
& install_trusted.conf
files.
- Services needs to be enabled should be listed inside
services.conf
file.
- Its better to restart the PC after script finished running.
- 3rd party packages are installed through
pikaur
AUR helper.
โก๏ธ Notes