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/bsp-layout.sh

8 lines
116 B
Bash
Raw Normal View History

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