This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/cbonsai.sh

11 lines
135 B
Bash
Executable File

#!/bin/sh
# You need ncurses-devel
git clone https://gitlab.com/jallbrit/cbonsai
cd cbonsai
make PREFIX=$HOME/.local install
cd ..