Skip to content

Instantly share code, notes, and snippets.

@UlanaXY
Last active February 13, 2021 11:34
Show Gist options
  • Save UlanaXY/e9be23f30994b3f66e44fea7d02611e8 to your computer and use it in GitHub Desktop.
Save UlanaXY/e9be23f30994b3f66e44fea7d02611e8 to your computer and use it in GitHub Desktop.
Install powerline on Raspbian / Debian
  1. Install powerline sudo apt install powerline
  2. Enable powerline demon systemctl --user enable powerline-daemon.service
  3. Eneble powerline globaly sudo dpkg-reconfigure -plow powerline
    1. Press space to check checkbox
    2. Press enter to confirm
  4. If it dosen't work for ssh add these lines to respective files:

.bash_profile (for ssh terminal)

. /usr/share/powerline/bindings/bash/powerline.sh

here is readme /usr/share/doc/powerline/README.Debian

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