diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 57f6fea..fa47335 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,7 +1,5 @@ source = /home/$USER/.cache/wal/colors-hyprland -monitor = auto, 2560x1440@165, 0x0, 1 - $terminal = kitty $fileManager = kitty -d ~ yazi # $menu = wofi --show drun -n diff --git a/install.sh b/install.sh index 7c2f4bd..2e28f5f 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ done git clone https://aur.archlinux.org/yay.git cd yay -sudo makepkg -si +makepkg -si cd ~ # Install yay packages @@ -36,6 +36,7 @@ for package in \ nvtop \ yazi \ discord \ + firefox \ blueman \ bluez \ ; do @@ -49,7 +50,8 @@ systemctl enable bluetooth wal -i ~/Dotfiles/wallpapers/pywallpaper.jpg pywalfox install -sudo cp -rf ~/Dotfiles/.config/* /.config/ +sudo cp -rf ~/Dotfiles/.config/* ~/.config/ +sudo cp ~/Dotfiles/.bashrc ~/.bashrc git config --global user.email "adrien.bouvais.pro@gmail.com" git config --global user.name "adrien"