chore: add echo statements for better script output
This commit is contained in:
@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo
|
||||||
echo "[+] Cloning submodules..."
|
echo "[+] Cloning submodules..."
|
||||||
|
echo
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix > /dev/null 2>&1
|
find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix > /dev/null 2>&1
|
||||||
@ -16,7 +19,11 @@ echo "[+] Creating Gitconfigs..."
|
|||||||
done;
|
done;
|
||||||
) > "$HOME/.gitconfig"
|
) > "$HOME/.gitconfig"
|
||||||
|
|
||||||
|
./scripts/gitconfig
|
||||||
|
|
||||||
|
echo
|
||||||
echo "[+] Creating symlinks..."
|
echo "[+] Creating symlinks..."
|
||||||
|
echo
|
||||||
|
|
||||||
if [ ! -f "$PWD/.zshenv" ]; then
|
if [ ! -f "$PWD/.zshenv" ]; then
|
||||||
cp "$PWD/.zshenv.template" "$PWD/.zshenv"
|
cp "$PWD/.zshenv.template" "$PWD/.zshenv"
|
||||||
|
Reference in New Issue
Block a user