diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-13 17:47:07 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-13 17:47:07 -0500 |
| commit | a738110c2693fe65396b5d43e2f9dff5bd0644db (patch) | |
| tree | a3560e5441c13ac2cc4ce82327c53805789f63da /install.sh | |
| parent | a91eae6277a7ba82e3160598a9d7ce0b7e661027 (diff) | |
On install surf and tabbed aren't compiled, dwm uses cool autostart
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -9,8 +9,6 @@ clear dwm="dwm-6.2" st="st" dmenu="dmenu-5.0" -surf="surf-2.1" -tabbed="tabbed-0.6" echo "Welcome to the sarc installation" echo "" @@ -23,7 +21,7 @@ echo "Enter what theme you want here:" && read theme echo echo "Theme is $theme" pwd -cp themes/$theme ./theme.h +cp themes/$theme theme.h cd $dwm make clean @@ -43,22 +41,14 @@ cd ../$dmenu make -s sudo make -s install -cd ../$surf -make -s -sudo make -s install - -cd ../$tabbed -make -s -sudo make -s install - cd .. -mkdir ~/.dwm/ - +mkdir ~/.config/ cp etc/.xinitrc ~ cp etc/wallpaper/$theme.wallpaper.jpg ~/.config/wallpaper.jpg -cp etc/autostart.sh ~/.dwm/ sudo cp bin/* /usr/local/bin rm theme.h +echo +tput setaf 2 && echo "Installation is complete!" |