OSDN Git Service

332f3623fe385fad09c8b56ed9a07db2c6ee5209
[instantos/instantOS.git] / README.md
1 # suckless
2 my suckless programs
3
4 ## Installation
5
6 *recommended*
7
8 ```sh
9 curl https://raw.githubusercontent.com/paperbenni/suckless/master/install.sh | bash
10 ```
11 ### Installation including config files like .bashrc
12
13 *Currently broken*
14
15 #### WARNING THIS WILL OVERWRITE ANY EXISTING CONFIGURATION
16 ```sh
17 curl https://raw.githubusercontent.com/paperbenni/dotfiles/master/install.sh | bash -s c
18 ```