Manage a module:
stow <module_name>Delete a module:
stow -D <module_name>stow zshAnd then copy zshrc and zimrc to ~/.zshrc ~/.zimrc manually.
stow scripts
stow desktopsScripts locate at ~/.scripts/, and desktop files at ~/.local/share/applications/. And you need specify your username in desktop scripts.
[Desktop Entry]
Name=youtube
Exec=/home/<username>/.scripts/youtube
Type=Application
Terminal=false
Icon=utilities-terminalchmod +x <scripts_name>And then, update your desktop database by
update-desktop-database ~/.local/share/applications/Now, your wofi/rofi will recognize your desktop files successfully.