#!/bin/bash
# Install script for nself
# Usage: curl -fsSL nself.org/install | bash

curl -fsSL https://raw.githubusercontent.com/acamarata/nself/main/install.sh | bash