diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-30 06:48:05 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-30 06:48:05 +0530 |
commit | b03b65c046aeaee7e9cf486160c4f764ab0f3141 (patch) | |
tree | 141621c171c949f8018163a7cca23b45fb74acbe | |
parent | 54cdbcd84a52372dc950792e093417123a1843e1 (diff) |
ncloud papes
-rwxr-xr-x | arch-magik.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index 57e7ec7..83c0c41 100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -180,7 +180,8 @@ wget -P $wallp https://images.alphacoders.com/687/687596.jpg & wget -P $wallp https://images6.alphacoders.com/107/1078795.jpg && mkdir -p $HOME/pix/Wallpaper/betterlockscreen cp -r $wallp/* $HOME/pix/Wallpaper/betterlockscreen - +cd $wallp +wget https://ncloud.draconyan.xyz/s/WsXS3P5mM9wjrit/download && unzip download #dotfiles management (Use GNU stow in future or not) cd ~/.dotfiles |