Updated powerline and sbp setup for bluefin.
This commit is contained in:
15
setup.org
15
setup.org
@ -121,11 +121,22 @@ As you can see in the screenshot, contextual "segments" are presented in the pro
|
|||||||
|
|
||||||
[[./images/powerline-prompt.png]]
|
[[./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
|
#+NAME: Install simple bash prompt
|
||||||
#+begin_src tmux
|
#+begin_src tmux
|
||||||
|
# Disable bluefin/aurora terminal motd
|
||||||
|
ujust toggle-user-motd
|
||||||
|
|
||||||
# Clone the repository
|
# 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
|
# Run the install script
|
||||||
/home/$USER/Downloads/sbp/bin/install
|
/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/
|
mkdir --parents /home/$USER/.config/sbp/
|
||||||
|
|
||||||
# Write the config file
|
# Write the config file
|
||||||
cat << EOF >
|
cat << EOF > /home/$USER/.config/sbp/settings.conf
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
SBP_THEME_COLOR='apathy'
|
SBP_THEME_COLOR='apathy'
|
||||||
SBP_THEME_LAYOUT='powerline'
|
SBP_THEME_LAYOUT='powerline'
|
||||||
|
|||||||
Reference in New Issue
Block a user