Skip to content

Instantly share code, notes, and snippets.

View malted's full-sized avatar
🦧
ヾ(*ФωФ)βyё βyё☆彡

Ben malted

🦧
ヾ(*ФωФ)βyё βyё☆彡
View GitHub Profile
#!/bin/bash
# Exit on any error
set -e
echo "Starting Hackatime setup..."
# Step 1: Check if config directory exists and create if needed
WAKATIME_CONFIG_DIR="$HOME"
WAKATIME_CONFIG_FILE="$WAKATIME_CONFIG_DIR/.wakatime.cfg"