Updated powerline and sbp setup for bluefin.

This commit is contained in:
2024-08-12 09:34:16 +12:00
parent d23c310454
commit ccda8a92f9

View File

@ -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'