mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-18 13:29:24 +00:00
Echo out what is going on
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles
|
git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles
|
||||||
cd $HOME/.dotfiles/
|
cd $HOME/.dotfiles/
|
||||||
for package in "bin bash"; do
|
for package in bin bash; do
|
||||||
|
echo "Stowing ${package}"
|
||||||
./bin/bin/stowage $package
|
./bin/bin/stowage $package
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user