forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clone.sh
executable file
·46 lines (27 loc) · 981 Bytes
/
clone.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/sh
echo "Cloning repositories..."
#!/bin/sh
echo "Cloning repositories..."
PROJECTS=$HOME/Projects
ACADEMIC=$PROJECTS/academic
ADMIN = $PROJECTS/admin
NOTEBOOKS=$PROJECTS/notebooks
PERSONAL=$PROJECTS/personal
TOOLS=$PROJECTS/tools
TUTORIALS=$PROJECTS/tutorials
WORK=$PROJECTS/work
# Academic
PHD=$ACADEMIC/PhD
git clone https://github.com/thomas-hervey/Dissertation.git $PHD/Dissertation
git clone https://github.com/thomas-hervey/HERVEY_PROPOSAL.git $PHD/HERVEY_PROPOSAL
git clone https://github.com/thomas-hervey/HERVEY_DISSERTATION.git $PHD/HERVEY_DISSERTATION
# Admin
git clone https://github.com/thomas-hervey/dotfiles.git $ADMIN/dotfiles
# Notebooks
# Personal
git clone https://github.com/thomas-hervey/hackintosh.git $PERSONAL/hackintosh
git clone https://github.com/thomas-hervey/thomas-hervey.github.io.git $PERSONAL/thomas-hervey.github.io
git clone https://github.com/thomas-hervey/ticketing.git $PERSONAL/ticketing
# Tools
# Tutorials
# Work