mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Allow ~/.config already existing
This commit is contained in:
parent
5f3e02b29c
commit
a48d3a5502
|
@ -34,7 +34,7 @@ sudo pacman -Sy
|
|||
|
||||
# Copy ZSH shell configuration
|
||||
cp -a home/.zshenv ~
|
||||
mkdir ~/.config
|
||||
mkdir -p ~/.config
|
||||
cp -ra home/.config/shell ~/.config
|
||||
cp -ra home/.config/zsh ~/.config
|
||||
rm ~/.config/shell/py-alias # we don't need pyenv python aliases for root
|
||||
|
|
Loading…
Reference in a new issue