diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-12 13:49:49 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-12 13:49:49 +0200 |
commit | d629402949674c9b3d51d90e5a5b76f9c53d1ea6 (patch) | |
tree | b27838a6943677f0bf3c3b4e2d1b584fbde5b41a /install | |
parent | 05882344cc595918cdf07f21dc610c0e57c7f490 (diff) | |
download | myconfigs-d629402949674c9b3d51d90e5a5b76f9c53d1ea6.tar.gz myconfigs-d629402949674c9b3d51d90e5a5b76f9c53d1ea6.tar.bz2 myconfigs-d629402949674c9b3d51d90e5a5b76f9c53d1ea6.zip |
Dump ranger configuration
I am not using ranger anyway.
Diffstat (limited to 'install')
-rwxr-xr-x | install | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -56,13 +56,6 @@ if ask "Install VIM scripts"; then fi fi -if ask "Install ranger configuration"; then - mkdir -p ~/.config/ranger - inst config/ranger/rc.conf ~/.config/ranger/rc.conf - inst config/ranger/rifle.conf ~/.config/ranger/rifle.conf - inst config/ranger/scope.sh ~/.config/ranger/scope.sh -fi - if ask "Install email synchronization"; then inst local/bin/email-unread ~/.local/bin/email-unread inst local/sbin/newmail-notify ~/.local/sbin/newmail-notify |