Skip to content

Instantly share code, notes, and snippets.

View Another-DevX's full-sized avatar
🌌
Start dust

Luis_ Another-DevX

🌌
Start dust
View GitHub Profile
#!/bin/bash
set -euo pipefail
# Directory setup
APP_DIR="${HOME}/Applications"
ICON_DIR="${HOME}/.local/share/icons"
DESKTOP_DIR="${HOME}/.local/share/applications"
BIN_DIR="${HOME}/.local/bin"