From 0b9c919e132d78369b8d4f067c382dcea69f2ed8 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 17 Aug 2024 18:27:17 -0400 Subject: [PATCH] (bash) add more essential packges --- bash/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/setup.sh b/bash/setup.sh index 75be2a6..25e7f44 100755 --- a/bash/setup.sh +++ b/bash/setup.sh @@ -20,7 +20,7 @@ fi # install essentials echo "Installing essentials..." -sudo pacman -Sy curl wget neovim fzf bat ripgrep git +sudo pacman -Sy curl wget neovim fzf bat ripgrep git dunst bluez bluez-utils bluetui echo "Setup symlink configurations" ln -s ~/ghq/juancwu/dotfiles/nvim ~/.config/nvim ln -s ~/ghq/juancwu/dotfiles/alacritty/alacritty.toml ~/.config/alacritty/alacritty.toml