diff options
author | Karel Kočí <cynerd@email.cz> | 2020-12-12 08:01:10 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-12-12 08:01:10 +0100 |
commit | e1e9b5892746fbbe0bda7096da2d7d1421fc4c40 (patch) | |
tree | 4279b73a8d2169ab30bee53ae8e867b01259d090 /install | |
parent | 4d5e64960beea20f36695c17920166621fcf5f82 (diff) | |
download | myconfigs-e1e9b5892746fbbe0bda7096da2d7d1421fc4c40.tar.gz myconfigs-e1e9b5892746fbbe0bda7096da2d7d1421fc4c40.tar.bz2 myconfigs-e1e9b5892746fbbe0bda7096da2d7d1421fc4c40.zip |
Remove surf
Diffstat (limited to 'install')
-rwxr-xr-x | install | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -103,11 +103,6 @@ if ask "alacritty" "Install configurations for terminal emulator"; then inst config/alacritty.yml ~/.config/alacritty.yml fi -if ask "surf" "Install Surf configuration"; then - inst surf/script.js ~/.surf/script.js - inst surf/styles/default.css ~/.surf/styles/default.css -fi - if ask "mpd" "Install MPD configuration"; then inst config/mpd/ ~/.config/mpd fi |