Skip to content

Commit

Permalink
fix: add devel packages + starship
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Mar 25, 2024
1 parent cb5b36a commit c297d3c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ modules:
- from-file: module_config/packages.yml
- from-file: module_config/bling.yml
- from-file: module_config/yafti.yml
- type: script
scripts:
- starship.sh

# - type: signing
- from-file: module_config/systemd.yml
Expand Down
9 changes: 9 additions & 0 deletions config/module_config/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ repos:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
- https://repository.mullvad.net/rpm/stable/mullvad.repo
install:
# for brew
- gcc
- make
- mesa-libGLU
- podman-compose
- podman-plugins
- podman-tui
- podmansh
# hyprland packages
- hyprland
- xdg-desktop-portal-hyprland
- waybar
Expand Down
6 changes: 6 additions & 0 deletions config/scripts/starship.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

curl -Lo /tmp/starship.tar.gz "https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-gnu.tar.gz"
tar -xzf /tmp/starship.tar.gz -C /tmp
install -c -m 0755 /tmp/starship /usr/bin
echo 'if status is-interactive; starship init fish | source; end' >> /etc/fish/config.fish

0 comments on commit c297d3c

Please sign in to comment.