mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Remove existing zsh config if present
This commit is contained in:
parent
8b00572567
commit
90ede066a4
|
@ -46,6 +46,7 @@ yay -S --noconfirm --needed \
|
||||||
# ~/.config/zsh/.zshenv to your home directory.
|
# ~/.config/zsh/.zshenv to your home directory.
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
cp -ra home/.config/shell ~/.config
|
cp -ra home/.config/shell ~/.config
|
||||||
|
rm -rf ~/.config/zsh/ || true # in case there is already some zsh config
|
||||||
cp -ra home/.config/zsh ~/.config
|
cp -ra home/.config/zsh ~/.config
|
||||||
rm -rf ~/.config/zsh/.zgenom
|
rm -rf ~/.config/zsh/.zgenom
|
||||||
git clone https://github.com/jandamm/zgenom ~/.config/zsh/.zgenom
|
git clone https://github.com/jandamm/zgenom ~/.config/zsh/.zgenom
|
||||||
|
|
Loading…
Reference in a new issue