tips:zsh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:zsh [2018/11/05 09:42] – [powerline] scipiotips:zsh [2018/11/05 10:38] (current) – [powerline arch] scipio
Line 28: Line 28:
  
 <code> <code>
-sudo pacman -S powerline powerline-fonts+sudo pacman -S powerline powerline-fonts zsh-theme-powerlevel9k 
 +</code> 
 + 
 +add inconsolata font for powerline 
 +<code> 
 +sudo wget https://github.com/powerline/fonts/blob/master/Inconsolata/Inconsolata%20for%20Powerline.otf?raw=true -O /usr/share/fonts/OTF/Inconsolata\ for\ Powerline.otf 
 +sudo fc-cache -f -v
 </code> </code>
  
 <file txt ~/.zshrc> <file txt ~/.zshrc>
-if [[ -r /usr/lib/python3.7/site-packages/powerline/bindings/zsh/powerline.zsh ]]; then+if [[ -r /usr/share/powerline/bindings/zsh/powerline.zsh ]]; then
     powerline-daemon -q     powerline-daemon -q
-    source /usr/lib/python3.7/site-packages/powerline/bindings/zsh/powerline.zsh+    source /usr/share/powerline/bindings/zsh/powerline.zsh 
 +fi 
 +if [[ -r /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme ]]; then 
 +    source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme 
 +    POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(virtualenv nodeenv dir vcs) 
 +    POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 
 +    POWERLEVEL9K_SHORTEN_DELIMITER="" 
 +    POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
 fi fi
 </file> </file>
  
 +<file txt ~/.bashrc>
 +if [[ -r /usr/share/powerline/bindings/bash/powerline.sh ]]; then
 +    powerline-daemon -q
 +    source /usr/share/powerline/bindings/bash/powerline.sh
 +fi
 +</file>
  
 +select inconsolata for powerline medium in tilix
 ==== powerline ubuntu ==== ==== powerline ubuntu ====
  
  • tips/zsh.1541407357.txt.gz
  • Last modified: 2018/11/05 09:42
  • by scipio