mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
4a8718a544
And some clean up
8 lines
119 B
Bash
Executable File
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 ..
|