diff options
-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 |