aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-04 05:18:41 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-05 02:59:45 +0100
commit881daaa8a88c502c6ba10c3ff72f7573634355e3 (patch)
tree046291e4e32758bcae595312def097fc2281c335 /install.sh
parent72725dd00dafade883ed7f507ece891c619149dd (diff)
downloaddotfiles-881daaa8a88c502c6ba10c3ff72f7573634355e3.tar.gz
dotfiles-881daaa8a88c502c6ba10c3ff72f7573634355e3.tar.bz2
dotfiles-881daaa8a88c502c6ba10c3ff72f7573634355e3.zip
~spaces -> tabs
Formatting included
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index f10e0bc..52a7940 100644
--- a/install.sh
+++ b/install.sh
@@ -4,8 +4,8 @@ folders=`find . -maxdepth 1 -type 'd' -not -name '.git' -not -name '.'`;
# Symlink profiles
for pkg in $folders; do
- echo "Stowing " $pkg;
- stow $pkg
+ echo "Stowing " $pkg;
+ stow $pkg
done
# Generate folders
@@ -18,7 +18,7 @@ mkdir ~/School;
# get templates
declare -a templates=("CTemplate" "CPPTemplate" "PythonTemplate"
- "NodeTemplate" "ArduinoTemplate");
+ "NodeTemplate" "ArduinoTemplate");
for template in ${templates[@]}; do
- git clone https://github.com/odavep/$template ~/Code/Templates/$template;
+ git clone https://github.com/odavep/$template ~/Code/Templates/$template;
done