sudo apt-get install powerline python3-powerline
.bashrc
powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1 . /usr/share/powerline/bindings/bash/powerline.sh
.vimrc
python3 from powerline.vim import setup as powerline_setup
python3 powerline_setup()
python3 del powerline_setup
set laststatus=2
set t_Co=256
.tmux.conf
source /usr/share/powerline/bindings/tmux/powerline.conf
For Windows Git-Bash or WSL
https://github.com/diesire/git_bash_windows_powerline
https://devpro.media/install-powerline-windows/#configure-vim
https://www.hanselman.com/blog/HowToMakeAPrettyPromptInWindowsTerminalWithPowerlineNerdFontsCascadiaCodeWSLAndOhmyposh.aspx
https://github.com/microsoft/cascadia-code/releases?WT.mc_id=-blog-scottha
.tmux.conf
source /usr/share/powerline/bindings/tmux/powerline.conf
For Windows Git-Bash or WSL
https://github.com/diesire/git_bash_windows_powerline
https://devpro.media/install-powerline-windows/#configure-vim
https://www.hanselman.com/blog/HowToMakeAPrettyPromptInWindowsTerminalWithPowerlineNerdFontsCascadiaCodeWSLAndOhmyposh.aspx
https://github.com/microsoft/cascadia-code/releases?WT.mc_id=-blog-scottha
No comments:
Post a Comment