Skip to content

Personal shellprompt config using vim, airline, promptline.

License

Notifications You must be signed in to change notification settings

ppsysdev/shellprompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shellprompt

Project holds files to setup shell prompt with same theme as in vim when using vim-airline.

Setup & Usage:

  1. When you don't wish to install vim plugins,

    1. get .shell_prompt.sh locally from
    git clone https://github.com/pskpatil/shellprompt.git 
    cp .shell_prompt.sh ~/
    echo "source ~/.shell_prompt.sh" >> ~/.bashrc
    source ~/.shell_prompt.sh
    
  2. When you wish to customize further.

    1. Following plugins needed to be installed.
      1. vim-airline [https://github.com/vim-airline/vim-airline]
      2. vim-airline-themes [https://github.com/vim-airline/vim-airline-themes]
      3. promptline.vim [https://github.com/edkolev/promptline.vim]
    2. Refer .vimrc for basic configuration.
    vim -c 'PromptlineSnapshot! ~/.shell_prompt.sh' -c ':q' && source ~/.shell_prompt.sh
    

Note: Please do not waste time with WSL terminal - with Windows Terminals (CMD/PowerShell), you will not be able to view UTF-8 Unicode characters and colors there.

About

Personal shellprompt config using vim, airline, promptline.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published