1
0
mirror of https://git.disroot.org/FollieHiyuki/dotfiles.git synced 2025-02-24 21:39:32 -05:00
2021-10-17 21:48:00 +07:00

8 lines
119 B
Bash
Executable File

#!/bin/sh -e
git clone https://github.com/phenax/bsp-layout.git
cd bsp-layout
make PREFIX=$HOME/.local install
cd ..