PERSONALIZAR LA TERMINAL DE GITBASH - Ohmybash
-----------------------------------------------------------------------------------
$> bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
$> vim ~/.bashrcEditar theme
6: OSH_THEME="agnoster"
$> source ~/.bashrc
Descargar Tipografia: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
Cambiar la Tipografia
Fuente:Meslo LGM NF
Personalizar el theme Agnoster
------------------------------------------
$> cd ~/.oh-my-bash
$> cd themes/agnoster
$> vim agnoster.theme.sh
Eliminar el hostname
:233 prompt_segment white black "$user"
$> cd ~/.oh-my-bash
$> cd themes/agnoster
$> vim agnoster.theme.sh
Eliminar el hostname
:233 prompt_segment white black "$user"
No hay comentarios:
Publicar un comentario