fix
This commit is contained in:
parent
ff5d103dd8
commit
4b01324f1b
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user