update: added wallpapers and changed their location
This commit is contained in:
@@ -4,10 +4,13 @@ CONFIG_SAVE_DIR="$HOME/tmp/config-$CONFIG_TIME"
|
||||
|
||||
mkdir -p "$CONFIG_SAVE_DIR/.config"
|
||||
mkdir -p "$CONFIG_SAVE_DIR/.themes"
|
||||
mkdir -p "$CONFIG_SAVE_DIR/Pictures"
|
||||
echo 'Created config save directory'
|
||||
|
||||
cp -r ~/config-scripts "$CONFIG_SAVE_DIR/config-scripts"
|
||||
|
||||
cp -r ~/Pictures/Wallpapers "$CONFIG_SAVE_DIR/Pictures/Wallpapers"
|
||||
|
||||
cp -r ~/.themes/Colloid-Transparent-Dracula "$CONFIG_SAVE_DIR/.themes/Colloid-Transparent-Dracula/"
|
||||
|
||||
cp -r ~/.config/nvim "$CONFIG_SAVE_DIR/.config/nvim/"
|
||||
|
||||
Reference in New Issue
Block a user