Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions debian/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ source <(curl -fsSL https://raw.githubusercontent.com/mapitman/linux-bootstrap/m
# Install packages
source <(curl -fsSL https://raw.githubusercontent.com/mapitman/linux-bootstrap/main/debian/install-packages)

# Install eza themes
source <(curl -fsSL https://raw.githubusercontent.com/mapitman/linux-bootstrap/main/generic/install-eza-themes)

# Desktop packages
read -p "Install desktop apps? " -n 1 -r
echo
Expand Down
2 changes: 2 additions & 0 deletions debian/install-packages
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ffmpeg \
fzf \
gh \
git \
git-extras \
gpg \
lazygit \
libfuse2 \
Expand All @@ -34,6 +35,7 @@ pwgen \
ranger \
rclone \
renameutils \
starship \
tmux \
wget \
yadm \
Expand Down
6 changes: 6 additions & 0 deletions generic/install-eza-themes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# source <(curl -fsSL https://raw.githubusercontent.com/mapitman/linux-bootstrap/main/generic/install-eza-themes)

git clone https://github.com/eza-community/eza-themes.git ~/.local/share/eza-themes
mkdir -p ~/.config/eza
ln -sf "$HOME/.local/share/eza-themes/themes/catppuccin-mocha.yml" ~/.config/eza/theme.yml
Empty file modified generic/install-tmux-catppuccin-theme
100644 → 100755
Empty file.
Loading