diff options
| author | Karel Kočí <karel.koci@nic.cz> | 2016-07-29 13:27:53 +0200 |
|---|---|---|
| committer | Karel Kočí <karel.koci@nic.cz> | 2016-07-29 13:27:53 +0200 |
| commit | c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e (patch) | |
| tree | 7260876cb00df983b45eb66ae300e926acd90f89 /install | |
| parent | 0dc880d20f29a604012a3991d5fd64efccc7344a (diff) | |
| download | myconfigs-c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e.tar.gz myconfigs-c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e.tar.bz2 myconfigs-c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e.zip | |
Add conkeror rc file
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -46,6 +46,11 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then inst local/bin/mxrandr $WHOME/.local/bin/mxrandr fi +read -p "Install Conkeror configuration? (Y/n) " +if [[ $REPLY =~ ^[Yy]?$ ]]; then + inst conkerorrc $WHOME/.conkerorrc +fi + read -p "Install MPD configuration? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst config/mpd $WHOME/.config/mpd |
