Skip to content

Instantly share code, notes, and snippets.

@dneumann42
Last active January 25, 2026 03:20
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
pacman -S --needed --noconfirm git
git clone https://github.com/dneumann42/alatar.git $HOME/.alatar
pushd $HOME/.alatar
chmod +x ./bootstrap.sh
./bootstrap.sh
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment