Created
          May 6, 2024 02:03 
        
      - 
      
 - 
        
Save SumirVats2003/0762a83aa2a72946ff1d1cbacb01a4a9 to your computer and use it in GitHub Desktop.  
    Catppuccin mocha prompt file
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "palette": { | |
| "os": "#91ffff", | |
| "closer": "p:os", | |
| "pink": "#ff6a7d", | |
| "lavender": "#ffe367", | |
| "blue": "#299fff" | |
| }, | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "foreground": "p:blue", | |
| "style": "plain", | |
| "template": "{{ .UserName }}@{{ .HostName }} ", | |
| "type": "session" | |
| }, | |
| { | |
| "foreground": "p:pink", | |
| "properties": { | |
| "folder_icon": "..\ue5fe..", | |
| "home_icon": "~", | |
| "style": "agnoster_short" | |
| }, | |
| "style": "plain", | |
| "template": "{{ .Path }} ", | |
| "type": "path" | |
| }, | |
| { | |
| "foreground": "p:lavender", | |
| "properties": { | |
| "branch_icon": "\ue725 ", | |
| "cherry_pick_icon": "\ue29b ", | |
| "commit_icon": "\uf417 ", | |
| "fetch_status": false, | |
| "fetch_upstream_icon": false, | |
| "merge_icon": "\ue727 ", | |
| "no_commits_icon": "\uf0c3 ", | |
| "rebase_icon": "\ue728 ", | |
| "revert_icon": "\uf0e2 ", | |
| "tag_icon": "\uf412 " | |
| }, | |
| "template": "{{ .HEAD }} ", | |
| "style": "plain", | |
| "type": "git" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "left", | |
| "newline": true, | |
| "segments": [ | |
| { | |
| "style": "plain", | |
| "foreground": "p:closer", | |
| "template": "$", | |
| "type": "text" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "final_space": true, | |
| "version": 2 | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment