mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
11 lines
143 B
Bash
11 lines
143 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# You need ncurses-devel
|
||
|
|
||
|
git clone https://gitlab.com/jallbrit/cbonsai
|
||
|
cd cbonsai || exit
|
||
|
|
||
|
make PREFIX=$HOME/.local install
|
||
|
|
||
|
cd ..
|