feat(hypr): add hyprland
This commit is contained in:
+9
-3
@@ -25,17 +25,23 @@ if command -v pacman &>/dev/null; then
|
||||
git zsh neovim ripgrep fd fzf \
|
||||
clang rust-analyzer lua-language-server stylua cmake \
|
||||
tinymist websocat \
|
||||
ttf-firacode-nerd
|
||||
ttf-firacode-nerd \
|
||||
hyprland hyprpaper hyprlock kanshi eww rofi ghostty dolphin \
|
||||
network-manager-applet blueman grim slurp swappy
|
||||
elif command -v apt &>/dev/null; then
|
||||
install_packages \
|
||||
git zsh neovim ripgrep fd-find fzf \
|
||||
clangd rust-analyzer cmake \
|
||||
fonts-firacode
|
||||
fonts-firacode \
|
||||
kanshi rofi dolphin \
|
||||
network-manager-gnome blueman grim slurp
|
||||
elif command -v dnf &>/dev/null; then
|
||||
install_packages \
|
||||
git zsh neovim ripgrep fd-find fzf \
|
||||
clang-tools-extra rust-analyzer cmake \
|
||||
fira-code-fonts
|
||||
fira-code-fonts \
|
||||
hyprpaper kanshi rofi ghostty dolphin \
|
||||
network-manager-applet blueman grim slurp
|
||||
fi
|
||||
|
||||
# --- symlinks ---
|
||||
|
||||
Reference in New Issue
Block a user