diff --git a/alltheconfigs.sh b/alltheconfigs.sh index 955bdbd..145ef6e 100755 --- a/alltheconfigs.sh +++ b/alltheconfigs.sh @@ -4,32 +4,40 @@ dotfiles=~/utils/dotfiles -rsync -auvP /etc/X11/Xresources $dotfiles/etc/X11 +rsync -auP /etc/X11/Xresources $dotfiles/etc/X11 -rsync -auvP /etc/default/tlp $dotfiles/etc/default -rsync -auvP /etc/default/tlp.rpmnew $dotfiles/etc/default +rsync -auP /etc/default/tlp $dotfiles/etc/default +rsync -auP /etc/default/tlp.rpmnew $dotfiles/etc/default -rsync -auvP ~/alltheconfigs.sh $dotfiles +rsync -auP ~/alltheconfigs.sh $dotfiles -rsync -auvP ~/.zshrc $dotfiles/zsh/zshrc +rsync -auP ~/.vim/vimrc $dotfiles/vimrc +rsync -auP ~/.zshrc $dotfiles/zsh/zshrc -rsync -auvP ~/.vim/vimrc $dotfiles/vimrc +rsync -auP ~/.config/compton.conf $dotfiles/config -#rsync -auvP ~/MEGAsync/backups/authenticator.sh $dotfiles/backups -rsync -auvP ~/MEGAsync/backups/createarchive.sh $dotfiles/backups -#rsync -auvP ~/.config/openbox/autostart $dotfiles/config/openbox -rsync -auvP ~/.config/openbox/rc.xml $dotfiles/config/openbox -#rsync -auvP ~/.config/openbox/menu.xml $dotfiles/config/openbox -#rsync -auvP ~/.config/openbox/helper.sh $dotfiles/config/openbox -#rsync -auvP ~/.config/openbox/mic.sh $dotfiles/config/openbox -rsync -auvP ~/.config/openbox/VolumeNotify.sh $dotfiles/config/openbox -rsync -auvP ~/.config/openbox/locker.sh $dotfiles/config/openbox -rsync -auvP ~/.config/openbox/locker-suspend.sh $dotfiles/config/openbox -rsync -auvP ~/.config/openbox/desktop-pause.sh $dotfiles/config/openbox +#rsync -auP ~/MEGAsync/backups/authenticator.sh $dotfiles/backups +rsync -auP ~/MEGAsync/backups/createarchive.sh $dotfiles/backups -rsync -auvP ~/.config/tint2/ $dotfiles/config/tint2 +#rsync -auP ~/.config/openbox/autostart $dotfiles/config/openbox +rsync -auP ~/.config/openbox/rc.xml $dotfiles/config/openbox +rsync -auP ~/.config/openbox/menu.xml $dotfiles/config/openbox +#rsync -auP ~/.config/openbox/helper.sh $dotfiles/config/openbox +#rsync -auP ~/.config/openbox/mic.sh $dotfiles/config/openbox +rsync -auP ~/.config/openbox/VolumeNotify.sh $dotfiles/config/openbox +rsync -auP ~/.config/openbox/locker.sh $dotfiles/config/openbox +rsync -auP ~/.config/openbox/locker-suspend.sh $dotfiles/config/openbox +rsync -auP ~/.config/openbox/desktop-pause.sh $dotfiles/config/openbox -#rsync -auvP ~/.conky/conkyrc $dotfiles/conky +rsync -auP ~/.config/tint2/ $dotfiles/config/tint2 -rsync -auvP ~/.oh-my-zsh/themes/myowntheme* $dotfiles/zsh/oh-my-zsh/themes +rsync -auP ~/.conky/conkyrc $dotfiles/conky +rsync -auP ~/.conky/conky.lua $dotfiles/conky + +rsync -auP ~/.oh-my-zsh/themes/myowntheme* $dotfiles/zsh/oh-my-zsh/themes +rsync -auP ~/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh-theme $dotfiles/zsh/oh-my-zsh/themes + +rsync -auP ~/.local/share/applications/metasploit-framework.desktop $dotfiles/desktopfiles +rsync -auP ~/.local/share/applications/flashtool.desktop $dotfiles/desktopfiles +rsync -auP ~/.local/share/applications/megasync.desktop $dotfiles/desktopfiles