Skip to content

xxh/xxh-plugin-bash-ohmybash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oh My Bash plugin for xxh-shell-bash.

If you like the idea click ⭐ on the repo and stay tuned.

Install

From xxh repo:

xxh +I xxh-plugin-bash-ohmybash
xxh yourhost +s bash +if

From any repo:

xxh +I xxh-plugin-bash-ohmybash+git+https://github.com/xxh/xxh-plugin-bash-ohmybash

Connect:

xxh yourhost +s bash +if

The default theme used is agnoster. To change the theme, set the environmental variable OSH_THEME to your desired theme in the XXH config file located at ~/.config/xxh/config.xxhc

Example:

hosts:
    myhost:
        +s: bash
        +I: 
            - xxh-shell-bash
            - xxh-plugin-bash-ohmybash
        +e:    
            - OSH_THEME="simple"