From ccda8a92f9971906261ee494f08188e7bfd64fe4 Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 12 Aug 2024 09:34:16 +1200 Subject: [PATCH] Updated powerline and sbp setup for bluefin. --- setup.org | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/setup.org b/setup.org index 7830c60..9c215ce 100644 --- a/setup.org +++ b/setup.org @@ -121,11 +121,22 @@ As you can see in the screenshot, contextual "segments" are presented in the pro [[./images/powerline-prompt.png]] +Our first step is to ensure powerline fonts are installed, unfortunately in fedora silverblue that means layering it in as an os package. + +#+NAME: Install powerline fonts +#+begin_src tmux +sudo rpm-ostree install powerline-fonts +#+end_src + +Once powerline fonts are available we can setup sbp and our prompt customisations. #+NAME: Install simple bash prompt #+begin_src tmux +# Disable bluefin/aurora terminal motd +ujust toggle-user-motd + # Clone the repository -git clone https://github.com/jmhbnz/sbp ~/Downloads/sbp/ +git clone https://github.com/brujoand/sbp ~/Downloads/sbp/ # Run the install script /home/$USER/Downloads/sbp/bin/install @@ -134,7 +145,7 @@ git clone https://github.com/jmhbnz/sbp ~/Downloads/sbp/ mkdir --parents /home/$USER/.config/sbp/ # Write the config file -cat << EOF > +cat << EOF > /home/$USER/.config/sbp/settings.conf #!/usr/bin/env bash SBP_THEME_COLOR='apathy' SBP_THEME_LAYOUT='powerline'