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
Executable File

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