Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symlink Extraction to a Standalone Script #1

Open
pedroseabra1091 opened this issue Sep 5, 2024 · 0 comments
Open

Symlink Extraction to a Standalone Script #1

pedroseabra1091 opened this issue Sep 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pedroseabra1091
Copy link
Owner

pedroseabra1091 commented Sep 5, 2024

To improve modularity and streamline the setup process, it is proposed that the symlinking operations be extracted from the main installation script into a dedicated script. This will enable two key improvements:

  • Standalone Symlink Script: All symlink-related operations will be moved to a separate script (symlink.sh), which can be run independently;
  • Optional Flag in Main Script: The symlinking process will remain executable through the main installation script by using a --symlink flag, allowing for a single-step setup if needed.

Proposed Usage

Standalone symlink setup

./symlink.sh

Main script with optional symlinking

./install.sh --symlink
@pedroseabra1091 pedroseabra1091 added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant