Dotfiles : Fix permissions after copy.
This commit is contained in:
parent
5c9302f047
commit
d04667303e
|
@ -7,6 +7,8 @@
|
||||||
cd ~
|
cd ~
|
||||||
test -d .git || {
|
test -d .git || {
|
||||||
cp -r ${inputs.dotfiles}/{*,.*} .
|
cp -r ${inputs.dotfiles}/{*,.*} .
|
||||||
|
chmod +200 -R .
|
||||||
|
chmod -77 -R .
|
||||||
${pkgs.git}/bin/git init
|
${pkgs.git}/bin/git init
|
||||||
${pkgs.git}/bin/git remote add origin https://git.voronind.com/voronind/linux.git
|
${pkgs.git}/bin/git remote add origin https://git.voronind.com/voronind/linux.git
|
||||||
${pkgs.git}/bin/git fetch
|
${pkgs.git}/bin/git fetch
|
||||||
|
|
Reference in a new issue