diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-19 17:18:07 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-19 17:18:07 -0500 |
| commit | 60f1e650a996c95ab937627096300503cfd90292 (patch) | |
| tree | b547509fe650947fa2627dcec46ab4a202d0e221 /install.sh | |
| parent | 412fa23b2db9d2a74097a3c3cb8ba885dbc3e1a0 (diff) | |
Made installation script quiet, and added purple theme
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -21,16 +21,16 @@ cp themes/themes/$theme themes/theme.h cd $dwm rm config.h make clean -make -sudo make install +make -s +sudo make -s install cd ../$st -make -sudo make install +make -s +sudo make -s install cd ../$dmenu -make -sudo make install +make -s +sudo make -s install cd .. mkdir -p ~/.config/sarc |