summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-07 00:00:05 -0700
committerxyz <gky44px1999@gmail.com>2021-09-07 00:00:05 -0700
commit1231a51cdec1b09ebf7a759f4ac21fb332d13c84 (patch)
tree78614f38160ac415ba2be7445ae57e202d65cde5 /.local
parentd357d20624ccd46309d8d5a02fa94b7c3bad8410 (diff)
refactor
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/cpcfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/cpcfg b/.local/bin/cpcfg
index 656d201e..ae1c41cc 100755
--- a/.local/bin/cpcfg
+++ b/.local/bin/cpcfg
@@ -1,5 +1,6 @@
#!/bin/sh
+# some dotfiles file permissions are different than normal root:root file, need chown
sudo cp -i -- "$XDG_CONFIG_HOME/myconf/pacman.conf" /etc/
sudo cp -i -- "$XDG_CONFIG_HOME/myconf/locale.gen" /etc/
sudo mkdir -p /etc/uwsgi/ || exit