Skip to content

Instantly share code, notes, and snippets.

@Tset-Noitamotua
Created January 12, 2019 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tset-Noitamotua/1d28b22f6f087ebb36d4f39f7df4d011 to your computer and use it in GitHub Desktop.
Save Tset-Noitamotua/1d28b22f6f087ebb36d4f39f7df4d011 to your computer and use it in GitHub Desktop.
install and configure powerline on linux for use with git
  1. powerline --> https://github.com/powerline/powerline
{
  ...
	"ext": {
    ...
		"shell": {
			"colorscheme": "default",
			"theme": "default_leftonly",
			"local_themes": {
				"continuation": "continuation",
				"select": "select"
			}
		},
    ...
	}
}

$ mkdir -p ~/.config/powerline/ $ cp /usr/lib/python3.6/site-packages/powerline/config_files/config.json ~/.config/powerline

powerline-daemon --replace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment