Skip to content

amoshydra/auto-config-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Config Loader

Project setup

We uses docker to test and debug profile. This volume mount is setup ./scripts:/root/scripts, allowing you to test the scripts in docker.

Start

docker compose up -d

Test

docker exec -it computer bash

Destroy

docker compose down

Running auto config loader

Running this command will attempt to install the command into any system level configuration file.

/downloads/scripts/install.sh

Run this command to uninstall

/downloads/uninstall.sh

A test profile is available for testing a /scripts/test/profile. Running the install command with a --debug flat will inject the source script command into the test profile.

/downloads/scripts/install.sh --debug

Testing with different shell in docker

Additionally, you can install different shell for testing too

apt-get update && apt-get install zsh
/downloads/scripts/install.sh
zsh

To clean up and reset the environment, bring down the docker container and try again

docker compose down

Additional reading

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages