59 lines
2.3 KiB
Plaintext
Executable File
59 lines
2.3 KiB
Plaintext
Executable File
dot=$1
|
|
mkdir $dot/boot 2> /dev/null
|
|
mkdir $dot/boot/grub 2> /dev/null
|
|
mkdir $dot/boot/grub 2> /dev/null
|
|
mkdir $dot/boot/grub/themes 2> /dev/null
|
|
cp -r /boot/grub/themes/GradientGuy/ $dot/boot/grub/themes/
|
|
|
|
mkdir $dot/etc 2> /dev/null
|
|
cp /etc/installList.txt $dot/etc/
|
|
cp /etc/mkinitcpio.conf $dot/etc/
|
|
cp /etc/pacman.conf $dot/etc/
|
|
|
|
mkdir $dot/etc/default 2> /dev/null
|
|
cp /etc/default/grub $dot/etc/default/
|
|
|
|
mkdir $dot/etc/pacman.d 2> /dev/null
|
|
mkdir $dot/etc/pacman.d/hooks 2> /dev/null
|
|
cp /etc/pacman.d/hooks/* $dot/etc/pacman.d/hooks/
|
|
|
|
mkdir $dot/usr 2> /dev/null
|
|
mkdir $dot/usr/share 2> /dev/null
|
|
mkdir $dot/usr/share/applications 2> /dev/null
|
|
cp /usr/share/applications/code-url-handler.desktop $dot/usr/share/applications/
|
|
cp /usr/share/applications/code.desktop $dot/usr/share/applications/
|
|
cp /usr/share/applications/spotify.desktop $dot/usr/share/applications/
|
|
|
|
mkdir $dot/usr/share/icons 2> /dev/null
|
|
mkdir $dot/usr/share/icons/default 2> /dev/null
|
|
cp /usr/share/icons/default/index.theme $dot/usr/share/icons/default/
|
|
|
|
mkdir $dot/home 2> /dev/null
|
|
mkdir $dot/home/$USER 2> /dev/null
|
|
cp /home/$USER/.zshrc $dot/home/$USER/
|
|
|
|
mkdir $dot/home/$USER/.docker 2> /dev/null
|
|
cp /home/$USER/.docker/config.json $dot/home/$USER/.docker/
|
|
|
|
mkdir $dot/home/$USER/.mozilla 2> /dev/null
|
|
cp -r /home/$USER/.mozilla/firefox $dot/home/$USER/.mozilla/
|
|
|
|
mkdir $dot/home/$USER/.config 2> /dev/null
|
|
cp -r /home/$USER/.config/btop $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/dunst $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/eww $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/hypr $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/kitty $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/qt5ct $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/rofi $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/spotify-tui $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/swaylock $dot/home/$USER/.config/
|
|
cp -r /home/$USER/.config/zsh $dot/home/$USER/.config/
|
|
cp /home/$USER/.config/code-flags.conf $dot/home/$USER/.config/
|
|
cp /home/$USER/.config/electron-flags.conf $dot/home/$USER/.config/
|
|
cp /home/$USER/.config/spotifyd $dot/home/$USER/.config
|
|
|
|
mkdir $dot/home/$USER/.config/systemd 2> /dev/null
|
|
mkdir $dot/home/$USER/.config/systemd/user 2> /dev/null
|
|
cp /home/$USER/.config/systemd/user/spotifyd.service
|