9 lines
126 B
Bash
Executable file
9 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p ~/docs/repos
|
|
cd docs/repos
|
|
|
|
git clone https://git.hadeedahmad.com/hadeed/dots
|
|
cd dots
|
|
|
|
python bin/stow.py
|