Skip to content

Instantly share code, notes, and snippets.

@dneumann42
Last active December 12, 2025 05:10
Show Gist options
  • Select an option

  • Save dneumann42/a03e71f31f3b1a770abdf6d6cf9f0439 to your computer and use it in GitHub Desktop.

Select an option

Save dneumann42/a03e71f31f3b1a770abdf6d6cf9f0439 to your computer and use it in GitHub Desktop.
Bootstraps alatar desktop
#!/usr/bin/env sh
# Fail fast if zypper errors
set -e
# Install git if needed
command -v git >/dev/null 2>&1 || sudo zypper --non-interactive install git
# Clone alatar repo
git clone https://github.com/dneumann42/alatar.git $HOME/.alatar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment