all repos

dotfiles @ 1052e9fa984cc590266c3f87a6e619a1dddf73cd

i use rach linux btw
1 files changed, 2 insertions(+), 37 deletions(-)
Update README.md
Author: Smirnov Aleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-04-28 23:38:50 +0300
Parent: b6bad0b
M README.md
ยทยทยท
        92
        92
         | ar         | apt-get remove       | 

      
        93
        93
         | aplaybook  | ansible-playbook     |

      
        94
        94
         | apull      | ansible-pull         |

      
        95
        
        -| sc-stop	 | sudo systemctl stop  |

      
        96
        
        -| sc-start   | sudo systemctl start |

      
        97
        
        -

      
        98
        
        -

      
        99
        
        -#### Ranger

      
        100
        
        -Installing [Ranger file maneger](https://github.com/ranger/ranger)

      
        101
        
        -~~~bash

      
        102
        
        -sudo apt-get install ranger

      
        103
        
        -~~~

      
        104
        
        -

      
        105
        
        -Configuration ranger

      
        106
        
        -~~~bash

      
        107
        
        -ranger --copy-config=all

      
        108
        
        -~~~

      
        109
        
        -

      
        110
        
        -- Images preview

      
        111
        
        -~~~bash

      
        112
        
        -vim .config/ranger/rc.conf

      
        113
        
        -    setpreview_images_method w3m

      
        114
        
        -    set preview_images true

      
        115
        
        -~~~

      
        116
        
        -

      
        117
        
        -- Maping

      
        118
        
        -~~~bash

      
        119
        
        -vim .config/ranger/rc.conf

      
        120
        
        -    map DD shell mv %s /home/${USER}/.local/share/Trash/files/

      
        121
        
        -    map gc cd ~/code

      
        122
        
        -    map gd cd ~/Documents

      
        123
        
        -    map gm cd ~/Music

      
        124
        
        -~~~

      
        125
        
        -

      
        126
        
        -| Hot key |       Act          |

      
        127
        
        -|---------|--------------------|

      
        128
        
        -| G-c     | cd ~/code          |

      
        129
        
        -| G-d     | cd ~/Documents     |

      
        130
        
        -| G-m     | cd ~/Music         |

      
        131
        
        -| D-D     | Move file to trash |

      
        
        95
        +| sc-stop    | systemctl stop       |

      
        
        96
        +| sc-start   | systemctl start      |

      
        132
        97