You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Proposed Usage
Standalone symlink setup
Main script with optional symlinking
The text was updated successfully, but these errors were encountered: