#!/usr/bin/env bash
set -euo pipefail

#apt install git make -y

# Create directories that store your stacks and store Dockge's stack
git clone https://github.com/dylanaraps/neofetch
cd neofetch
make install

neofetch


