Skip to content

Instantly share code, notes, and snippets.

View exaland's full-sized avatar
🏠
Working from home

Exaland Concept exaland

🏠
Working from home
  • Exaland Concept
View GitHub Profile
@exaland
exaland / vscode_install.sh
Created June 18, 2025 10:35
VSCODE INSTALL WITH BETTER EXTENSION AND THEME DARK
#!/bin/bash
# Vérifier si VSCode est installé
if ! command -v code &> /dev/null
then
echo "VSCode n'est pas installé ou 'code' n'est pas dans le PATH."
echo "Veuillez installer VSCode et s'assurer que 'code' est accessible depuis le terminal."
exit 1
fi