diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-25 21:44:24 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-25 21:44:24 +0530 |
commit | 0cc56075bb32083f0af0d312772baaef4265d7fe (patch) | |
tree | 170e866bef1934301b64c85c6e788899de501667 /arch-magik.sh | |
parent | 60921494acf430918270ec3e2e0f61f80858de58 (diff) |
variable corrections
Diffstat (limited to 'arch-magik.sh')
-rwxr-xr-x | arch-magik.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index 1270065..27e091f 100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -153,12 +153,12 @@ cd pikaur makepkg -fsri --noconfirm cd aurprogs='nerd-fonts-fira-code nerd-fonts-ubuntu-mono adobe-source-code-pro-fonts - libxft-bgra picom-git betterlockscreen brave-bin brillo dragon-drop fsearch + picom-git betterlockscreen brave-bin brillo dragon-drop fsearch gotop-bin bashtop jdownloader2 librewolf-bin quich-git whatsapp-nativefier spotify ytfzf notepadqq arc-darkest-theme-git galculator gparted' -sudo pikaur --noconfirm -S $aurprogs && -wallp=~/pix/Wallpaper/w/wow +sudo pikaur --noconfirm -S $aurprogs && sudo pikaur -S libxft-bgra && +wallp='~/pix/Wallpaper/w/wow' mkdir -pv $wallp wget -P $wallp https://images5.alphacoders.com/125/1255724.jpg & wget -P $wallp https://images4.alphacoders.com/144/14.jpg & @@ -168,7 +168,7 @@ wget -P $wallp https://images6.alphacoders.com/101/1017426.png & wget -P $wallp https://images.alphacoders.com/687/687596.jpg & wget -P $wallp https://images6.alphacoders.com/107/1078795.jpg - dotfiles management (Use GNU stow in future or not) +#dotfiles management (Use GNU stow in future or not) cd ~/.dotfiles \cp -rf .config/ $HOME \cp -rf .local/ $HOME |