Fix Dotfiles Stow-Pakete: an dotfiles-rene Struktur anpassen
nvim, oh-my-zsh, micro, bin, heic-scripts statt zsh, nvim, git, ssh Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1f530674be
commit
bc1fcb296c
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