Skip to content

Instantly share code, notes, and snippets.

@cheuerde
Last active July 1, 2016 11:38
Show Gist options
  • Save cheuerde/246c3401b08527f9a390c3c386e034da to your computer and use it in GitHub Desktop.
Save cheuerde/246c3401b08527f9a390c3c386e034da to your computer and use it in GitHub Desktop.
Vifm as file manger
# Claas Heuer, July 2016
#
# Vifm is a midnight commander like two-pane file
# manager for the terminal.
# Very intuitive to use for vim users
#
# https://github.com/vifm/vifm
# https://github.com/vifm/vifm-colors
# http://vifm.info/colorschemes.shtml
# http://vifm.info/manual.shtml#Pane manipulation
# get it
sudo apt-get install vifm
# get colorschemes
rm -rf ~/.vifm/colors
git clone https://github.com/vifm/vifm-colors ~/.vifm/colors
# set nice colorscheme as default
echo "colorscheme zenburn_1.vifm" >> ~/.vifm/vifmrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment