Manage a module:
stow <module_name>
Delete a module:
stow -D <module_name>
stow zsh
And then copy zshrc and zimrc to ~/.zshrc ~/.zimrc manually.
stow scripts
stow desktops
Scripts 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-terminal
chmod +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.