We plan on rewriting this application in go in about a month or so.
π Platform to quickly share application config files and try them out risk free
- Download the binary release from GitHub.
- a. Mac or Linux: Add
PATH=$PATH:path/to/binto.zshor.bashrc.
b. Windows: Addpath/to/binto your PATH environment variable.
- π€ You give the url of a dash-file (see below for what a dash-file is)
- π¦ Morse-Module stores the current version of your config in a safe place so you can revert back if stuff breaks
- π Morse-Module installs config defined in dash-file
- π You're all set up! No extra install setups π
A dash-file is a file in a yaml format that outlines a config that you can install. Below is an example of a dash-file:
application: "vscode"
creator: "Matt-Gleich"
repository: "Dot-Files"
filepath: "VSCode/settings.json"
extensions:
- bierner.markdown-emoji
...For more information regarding dash-files, please reference the usage documentation.
| Application | π§ Linux (Debian-based) | π MacOS | πΌοΈ Windows |
|---|---|---|---|
| Visual Studio Code | β | β | β |
Although Morse-Module does facilitate the easy installation and uninstallation of Visual Studio Code extensions, it does not facilitate the supporting factors those extensions may need - language installations, API Keys, account credentials, or any other necessaries.
Contributions of application support, documentation upgrades, typo fixes (we all make them), and general features are all welcome! Please see the contributing guidelines and the code of conduct for more information.
- Matthew Gleich, co-founder (@Matt-Gleich)
- Caleb Hagner, co-founder (@Cal-Hagner)