Skip to content
/ sst Public

SST (System Setup Tool) installs and configures my work environment on unix-based systems.

Notifications You must be signed in to change notification settings

wallbaa/sst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sst

SST (System Setup Tool) installs and configures software packages (including my personal environment) on unix-based systems.

Packages - ie. scripts that handle installation and removal of software - can be added to the packages subdirectory and will be available for use with SST. All packages have to implement the following three functions:

describe_<package_name>(){
    echo "Short description of the software included here."
}

install_<package_name>(){
    # Installation commands
}

uninstall_<package_name>(){
    # Removal commands
}

Use git clone [email protected]:mawall/sst.git ~/.sst to clone

About

SST (System Setup Tool) installs and configures my work environment on unix-based systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages