mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Add ssh to public bootstrap
This commit is contained in:
@@ -11,7 +11,7 @@ git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles >/dev/null
|
|||||||
git clone git@github.com:nikdoof/dotfiles-private.git $HOME/.dotfiles-private >/dev/null
|
git clone git@github.com:nikdoof/dotfiles-private.git $HOME/.dotfiles-private >/dev/null
|
||||||
|
|
||||||
# Stow the default public packages
|
# Stow the default public packages
|
||||||
for package in bin shell-common bash zsh; do
|
for package in bin shell-common bash zsh ssh; do
|
||||||
echo "Stowing ${package}"
|
echo "Stowing ${package}"
|
||||||
$HOME/.dotfiles/bin/bin/stowage --clobber install $package
|
$HOME/.dotfiles/bin/bin/stowage --clobber install $package
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user