Fix Dotfiles Stow-Pakete: an dotfiles-rene Struktur anpassen
nvim, oh-my-zsh, micro, bin, heic-scripts statt zsh, nvim, git, ssh
This commit is contained in:
parent
d6af10d780
commit
a62a8a9781
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ if [[ ! -d ~/dotfiles ]]; then
|
||||||
git clone "$DOTFILES_REPO" ~/dotfiles
|
git clone "$DOTFILES_REPO" ~/dotfiles
|
||||||
fi
|
fi
|
||||||
cd ~/dotfiles
|
cd ~/dotfiles
|
||||||
for pkg in zsh nvim git ssh; do
|
for pkg in nvim oh-my-zsh micro bin heic-scripts; do
|
||||||
[[ -d "$pkg" ]] && stow "$pkg" && ok "Dot-Files: $pkg"
|
[[ -d "$pkg" ]] && stow "$pkg" && ok "Dot-Files: $pkg"
|
||||||
done
|
done
|
||||||
cd ~
|
cd ~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue