FollieHiyuki-dotfiles/setup/bsp-layout.sh

8 lines
116 B
Bash
Raw Normal View History

#!/bin/sh
2021-02-13 11:28:59 -05:00
git clone https://github.com/phenax/bsp-layout.git
cd bsp-layout
make PREFIX=$HOME/.local install
2021-02-13 11:28:59 -05:00
cd ..