This commit is contained in:
Your Name 2024-09-03 15:13:44 +00:00
parent ff5d103dd8
commit 4b01324f1b

View File

@ -423,6 +423,7 @@ btrfs_filesytem() {
userTweaks() { userTweaks() {
mkdir $TARGET/home/$USER/.librewolf mkdir $TARGET/home/$USER/.librewolf
mkdir -p $TARGET/home/$USER/.config/waybar mkdir -p $TARGET/home/$USER/.config/waybar
mkdir -p $TARGET/home/$USER/.config/kitty
mkdir -p $TARGET/home/$USER/Exodus-linux-x64 mkdir -p $TARGET/home/$USER/Exodus-linux-x64
mkdir -p $TARGET/home/$USER/.config/wofi mkdir -p $TARGET/home/$USER/.config/wofi
mkdir -p $TARGET/home/$USER/.config/sway mkdir -p $TARGET/home/$USER/.config/sway
@ -445,6 +446,7 @@ userTweaks() {
rsync -av --delete /home/$USER/.local/share/fonts/ $TARGET/home/$USER/.local/share/fonts/ rsync -av --delete /home/$USER/.local/share/fonts/ $TARGET/home/$USER/.local/share/fonts/
rsync -av --delete /home/$USER/.config/hypr/ $TARGET/home/$USER/.config/hypr/ rsync -av --delete /home/$USER/.config/hypr/ $TARGET/home/$USER/.config/hypr/
rsync -av --delete /home/$USER/.config/wofi/ $TARGET/home/$USER/.config/wofi/ rsync -av --delete /home/$USER/.config/wofi/ $TARGET/home/$USER/.config/wofi/
rsync -av --delete /home/$USER/.config/kitty/ $TARGET/home/$USER/.config/kitty/
rsync -av --delete /home/$USER/.config/sway/ $TARGET/home/$USER/.config/sway/ rsync -av --delete /home/$USER/.config/sway/ $TARGET/home/$USER/.config/sway/
rsync -av --delete /home/$USER/.config/waybar/ $TARGET/home/$USER/.config/waybar/ rsync -av --delete /home/$USER/.config/waybar/ $TARGET/home/$USER/.config/waybar/
rsync -av --delete /home/$USER/.config/rofi/ $TARGET/home/$USER/.config/rofi/ rsync -av --delete /home/$USER/.config/rofi/ $TARGET/home/$USER/.config/rofi/