From 2b8fd2a8b2487b2f417019a13dbb879b2f2be6de Mon Sep 17 00:00:00 2001 From: adrien Date: Fri, 2 May 2025 13:06:39 +0000 Subject: [PATCH] Removed old stuff and added copy of bashrc --- .config/hypr/hyprland.conf | 2 -- install.sh | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"