Skip to content

Instantly share code, notes, and snippets.

View nextify2025's full-sized avatar

nextify nextify2025

View GitHub Profile
@nextify2025
nextify2025 / init.sh
Last active March 25, 2024 08:05
prerequire-saasfly
#!/bin/bash
# Function to check if git is installed
check_git_installed() {
if ! command -v git > /dev/null; then
echo "git is not installed. Attempting to install..."
if command -v apt > /dev/null; then
sudo apt update && sudo apt install -y git
elif command -v dnf > /dev/null; then
sudo dnf makecache && sudo dnf install -y git
@nextify2025
nextify2025 / FrontendFrameworksPopularity.md
Created March 21, 2024 08:58 — forked from tkrotoff/FrontendFrameworksPopularity.md
Front-end frameworks popularity (React, Vue, Angular and Svelte)