https://github.com/aldomann/apps-scripts
Post-installation scripts for GNU/Linux systems
https://github.com/aldomann/apps-scripts
configuration-files post-installation shell
Last synced: about 1 month ago
JSON representation
Post-installation scripts for GNU/Linux systems
- Host: GitHub
- URL: https://github.com/aldomann/apps-scripts
- Owner: aldomann
- License: gpl-3.0
- Created: 2013-04-09T14:41:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T15:46:31.000Z (over 2 years ago)
- Last Synced: 2025-12-31T21:36:26.882Z (6 months ago)
- Topics: configuration-files, post-installation, shell
- Language: Shell
- Homepage:
- Size: 390 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Post-installation Scripts
Post-installation scripts for managing app/repos, configuration settings, and hardware information.
- `masterscript` is configured to work on Arch Linux based distributions.
- `masterscript-ubuntu` is configured to work on Ubuntu based distributions (unmaintained).
Original Author: [Sam Hewitt](https://github.com/snwh)
Feel free to fork this project, modify to suit your preference, and distribute.
## Structure
This project is coded and organized in a modular fashion so you can easily delete or exclude parts that you don't want to use.
## Usage
Simple, you just run the main script from the root of the source folder:
```bash
./masterscript
```
Or you can store this scriptset in some directory, and add that location to your custom shell paths to run on-demand. For example, adding it as the following line to your `.bashrc` or `.zshrc` (editing the path appropriately):
```bash
export PATH=${PATH}:$HOME/.scripts/
```
# `configscript` Script
The purpose of this script is to:
- Create local configuration files to overide system settings.
- Create symbolic links of configuration files/folders from a backup.
- Modify system settings.