Skip to content

nelbren/yafp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

50 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» Yet Another Fancy Prompt

made-with-bash made-with-powershell version themes

πŸ”œ Insert here the most beautiful screenshots

🍎 macOS

macOS

πŸͺŸ Cygwin

Cygwin

πŸͺŸ Git Bash

GitBash

🐧 Linux

Linux

πŸͺŸ PowerShell

PowerShell


🎨 Styles

πŸ’‘ Colors change according to

πŸ’» Server type

  • πŸ“— Developer
  • πŸ“• Production

πŸ‘€ User type

  • πŸ‘” root (#)
  • πŸ‘• normal user ($)

I. πŸ’Ύ Acquire

πŸ‘€ Local acquire

⌨ Commands to acquire local

cd
git clone https://github.com/nelbren/yafp.git

πŸ‘οΈ Example of acquire local

screenshot_macOS_Acquire_Local

🌐 Global acquire

⌨ Commands to acquire globally

sudo su -
cd /usr/local
git clone https://github.com/nelbren/yafp.git

πŸ‘οΈ Example of acquire globally

screenshot_macOS_Acquire_Global

II βš™οΈ Configure

πŸ‘€ Local settings

⌨ Commands to configure locally

cd ~/yafp
cp yafp-cfg.bash.example yafp-cfg.bash

πŸ‘οΈ Example of local configuration

screenshot_macOS_Configure_Local

🌐 Global settings

⌨ Commands to configure globally

cd /usr/local/yafp
cp yafp-cfg.bash.example yafp-cfg.bash

πŸ‘οΈ Example of global configuration

screenshot_macOS_Configure_Global

III. πŸ‘€ Preview

πŸ‘€ Local preview

⌨ Commands for local preview

source ~/yafp/yafp-ps1.bash

πŸ‘οΈ Example of local preview

screenshot_macOS_Preview_Local

🌐 Global preview

⌨ Commands for global preview

source /usr/local/yafp/yafp-ps1.bash

πŸ‘οΈ Example of global preview

screenshot_macOS_Preview_Global

IV. βœ”οΈ Install

πŸ‘€ Local install

⌨ Commands for local install

echo source ~/yafp/yafp-ps1.bash >> ~/.bash_profile 

πŸ‘οΈ Example of local install

screenshot_macOS_Install_Local

🌐 Global install

⌨ Commands for global installation

echo source /usr/local/yafp/yafp-ps1.bash >> ~/.bash_profile 

πŸ‘οΈ Example of global installation

screenshot_macOS_Install_Global

Releases

No releases published

Packages

 
 
 

Contributors