🚀 SysDen64 is an opinionated, portable working environment designed for the command line warrior who need a flexible and efficient setup on the go.
SysDen64 provides a modular, customizable environment that enables IT professionals to maintain consistency and efficiency across different machines and environments. It simplifies configuration management, profile switching, and module synchronization.
Install SysDen64 in your home directory (no root privilege required): $HOME/at64/sysden64
INST64_RELEASE="$(curl -s "https://api.github.com/repos/automation64/installer64/releases/latest" | grep '"tag_name":' | cut -d '"' -f 4)" &&
test -n "$INST64_RELEASE" && curl -LO https://github.com/automation64/installer64/releases/download/${INST64_RELEASE}/install-installer64 &&
chmod 755 ./install-installer64 &&
./install-installer64 &&
./at64/inst64/install-sysden64
Run sysden64
with the appropriate flags:
sysden64 -h
Example:
# Create a local configuration repository and deploy default configuration files
sysden64 -s
Contributions are welcome! Help us improve by submitting issues, feature requests, or pull requests.
SysDen64 is licensed under the Apache-2.0 License.
🌟 If you find this project useful, consider giving it a star! ⭐