diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-04 20:04:33 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-04 20:04:33 -0600 |
commit | 96a5a3ca54c35a134396efa1b2d384c5d2ca3e04 (patch) | |
tree | 703f3bbd4476798dc8fd328b38f03479c44ee774 /auto-setup.sh | |
parent | 8c17f2187068a515e73b862dd323cab02887f0f2 (diff) |
minor fixes
Diffstat (limited to 'auto-setup.sh')
-rwxr-xr-x | auto-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-setup.sh b/auto-setup.sh index 82b20a0..4a176cc 100755 --- a/auto-setup.sh +++ b/auto-setup.sh @@ -1,4 +1,4 @@ -mkdir ~/.config +mkdir ~/.config -p cp -r .config/* ~/.config/ cp -r .screenlayout ~/ cp -r .wallpapers ~/ |