1
0

Removed old stuff and added copy of bashrc

This commit is contained in:
Adrien Bouvais 2025-05-02 13:06:39 +00:00
parent 78e84534b6
commit 2b8fd2a8b2
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,5 @@
source = /home/$USER/.cache/wal/colors-hyprland source = /home/$USER/.cache/wal/colors-hyprland
monitor = auto, 2560x1440@165, 0x0, 1
$terminal = kitty $terminal = kitty
$fileManager = kitty -d ~ yazi $fileManager = kitty -d ~ yazi
# $menu = wofi --show drun -n # $menu = wofi --show drun -n

View File

@ -14,7 +14,7 @@ done
git clone https://aur.archlinux.org/yay.git git clone https://aur.archlinux.org/yay.git
cd yay cd yay
sudo makepkg -si makepkg -si
cd ~ cd ~
# Install yay packages # Install yay packages
@ -36,6 +36,7 @@ for package in \
nvtop \ nvtop \
yazi \ yazi \
discord \ discord \
firefox \
blueman \ blueman \
bluez \ bluez \
; do ; do
@ -49,7 +50,8 @@ systemctl enable bluetooth
wal -i ~/Dotfiles/wallpapers/pywallpaper.jpg wal -i ~/Dotfiles/wallpapers/pywallpaper.jpg
pywalfox install 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.email "adrien.bouvais.pro@gmail.com"
git config --global user.name "adrien" git config --global user.name "adrien"