Dotfiles : Fix permissions after copy.

This commit is contained in:
Dmitry Voronin 2024-02-20 22:36:18 +03:00
parent 5c9302f047
commit d04667303e

View file

@ -7,6 +7,8 @@
cd ~
test -d .git || {
cp -r ${inputs.dotfiles}/{*,.*} .
chmod +200 -R .
chmod -77 -R .
${pkgs.git}/bin/git init
${pkgs.git}/bin/git remote add origin https://git.voronind.com/voronind/linux.git
${pkgs.git}/bin/git fetch