Removed old stuff and added copy of bashrc
This commit is contained in:
parent
78e84534b6
commit
2b8fd2a8b2
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user