Feat: Passt Pfade an
This commit is contained in:
@@ -20,7 +20,7 @@ cp ./data/home/zshrc $DEFAULT_USR_FOLDER/zshrc
|
|||||||
grep -q '^source /etc/profile' /etc/zsh/zprofile || echo 'source /etc/profile' >> /etc/zsh/zprofile
|
grep -q '^source /etc/profile' /etc/zsh/zprofile || echo 'source /etc/profile' >> /etc/zsh/zprofile
|
||||||
|
|
||||||
# copy config folder
|
# copy config folder
|
||||||
cp -r $HOME/.config $DEFAULT_USR_FOLDER/config
|
cp -r $HOME/.config $DEFAULT_USR_FOLDER/.config
|
||||||
|
|
||||||
# copy templates
|
# copy templates
|
||||||
cp -r ./data/home/templates $DEFAULT_USR_FOLDER/templates
|
cp -r ./data/home/templates $DEFAULT_USR_FOLDER/templates
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ if [ ! -e "$CHECK_FILE" ]; then
|
|||||||
|
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
|
|
||||||
cp -r $DEFAULT_USR_FOLDER/config/* $HOME/.config
|
cp -r $DEFAULT_USR_FOLDER/.config/* $HOME/.config
|
||||||
cp -r $DEFAULT_USR_FOLDER/templates/* $TEMPLATES_DIR
|
cp -r $DEFAULT_USR_FOLDER/templates/* $TEMPLATES_DIR
|
||||||
cp $DEFAULT_USR_FOLDER/zshrc $HOME/.zshrc
|
cp $DEFAULT_USR_FOLDER/zshrc $HOME/.zshrc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user