dotfiles/archive.sh

39 lines
657 B
Bash
Executable File

#!/bin/bash
dir=$PWD
scripts_subdir=$(echo "$PWD/scripts")
# rsync -a ~/pictures/wallpapers/* wallpapers/
cd config
rsync -a ~/.config/kitty .
rsync -a \
--exclude 'bookmarks' \
--exclude 'quickmarks' \
--exclude 'qsettings' \
--exclude 'autoconfig.yml' \
~/.config/qutebrowser .
rsync -a ~/.config/bspwm .
rsync -a ~/.config/sxhkd .
rsync -a ~/.config/xfce4 \
--exclude 'desktop' .
rsync -a ~/.config/rofi .
# cp ~/.config/picom.conf .
cd ~/bin
cp \
bsp-auto-monitors \
bsp-float \
bsp-key-daemon \
bsp-smove \
le-keyboard \
sxhkd-help \
change-scheme \
le-wallpaper \
xfce4-le-wallpaper \
qutebrowser \
qutesearch \
rack \
f \
"$scripts_subdir"