-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap.sh
19 lines (14 loc) · 864 Bytes
/
bootstrap.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
#
# +----------------------------------------------------------------------------+
# | bootstrap.sh |
# +----------------------------------------------------------------------------+
# | Copyright © 2019 Waldemar Schroeer |
# | waldemar.schroeer(at)rz-amper.de |
# +----------------------------------------------------------------------------+
# +----- Variables ------------------------------------------------------------+
# +----- Functions ------------------------------------------------------------+
# +----- Main -----------------------------------------------------------------+
mkdir -p ~/Repos/WieWaldi && cd ~/Repos/WieWaldi
git clone https://github.com/WieWaldi/suckless.X11
exit 0