diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 26 |
1 files changed, 7 insertions, 19 deletions
@@ -6,18 +6,11 @@ dmenu="./dmenu-5.0" st="./st" dwmblocks="./dwmblocks" theme='blue' - -deps() { - - echo "Installing requirements" - sudo pacman -Sy --needed pulseaudio feh picom dunst xorg xorg-xinit adobe-source-code-pro-fonts - -} - - - -compile() { - +echo "Welcome to the sarc installer!" + rm log.txt + sudo pacman -Sy --needed adobe-source-code-pro-fonts xorg xorg-xinit picom feh dunst pulseaudio + + cd dwm-6.2 rm config.h cp ./themes/$theme ./config.h @@ -32,12 +25,6 @@ compile() { cd ../$dwmblocks sudo make -s install > ../log.txt cd .. - -} - - -cp() { - echo "Copying files" cp ./etc/.xinitrc ~ cp ./etc/$theme.wallpaper.jpg ~/.config/ @@ -49,4 +36,5 @@ cp() { cp ./etc/autostart.sh ~/.dwm/ cp ./bin/* ~/.local/bin -} + + |