Skip to content

Commit 21a88c2

Browse files
committed
Add script to install Catppuccin theme for tmux
Closes #9
1 parent 81b937a commit 21a88c2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
# source <(curl -fsSL https://raw.githubusercontent.com/mapitman/linux-bootstrap/main/generic/install-tmux-catppuccin-theme)
3+
4+
mkdir -p ~/.config/tmux/plugins/catppuccin
5+
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
6+
7+
echo "Catppuccin theme for tmux has been installed."
8+
echo "To apply the theme, add the following line to your .tmux.conf file:"
9+
echo "run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux"

ubuntu/install-essential-packages

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ if [ -n "$MDVIEW_DEB_URL" ]; then
5656
else
5757
echo "mdview: unable to determine latest .deb URL" >&2
5858
fi
59+
60+
# Install Catpuccin theme for tmux
61+
source <(curl -fsSL https://raw.githubusercontent.com/mapitman/linux-bootstrap/main/generic/install-tmux-catppuccin-theme)

0 commit comments

Comments
 (0)