diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-11 12:09:15 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-11 12:09:15 -0700 |
commit | 797d1cec7be199a6c72d21ed0d51329e26005602 (patch) | |
tree | 6c172089a920422cdbae53bd3b445a7806922b46 /auto-setup.sh | |
parent | a5203f40977dbced1dd470d1992f3a567aca0007 (diff) |
auto install and zsh mv -> cp fix
Diffstat (limited to 'auto-setup.sh')
-rw-r--r-- | auto-setup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto-setup.sh b/auto-setup.sh new file mode 100644 index 0000000..82b20a0 --- /dev/null +++ b/auto-setup.sh @@ -0,0 +1,4 @@ +mkdir ~/.config +cp -r .config/* ~/.config/ +cp -r .screenlayout ~/ +cp -r .wallpapers ~/ |