Compare commits

...

2 commits

Author SHA1 Message Date
Adam
c979fa1f8b not anymore 2024-01-11 02:21:13 -05:00
Adam
97c7f5dda8 wallpaper message 2024-01-11 02:21:07 -05:00
2 changed files with 2 additions and 1 deletions

View file

@ -81,7 +81,7 @@ Eye candy, bloat, stuff that won't install on ARM devices
## Install
The install script clones this repo, installs a few dependencies and copies my configs to `~/.config/`. It then links `~/.xinitrc` and `~/.zprofile` to the ones copied from the repo, all while creating a **SINGLE** backup for any files that already exist. **NOTE:** Only **ONE** backup per file is saved to prevent piling up backups. It's only meant to catch small oversights and is very verbose. In other words, if you run the installer twice **IT WILL OVERWRITE THE BACKUP!**
The install script clones this repo, installs a few dependencies and copies my configs to `~/.config/`. It then links `~/.xinitrc` and `~/.zprofile` to the ones copied from the repo, all while creating a **SINGLE** backup for any files that already exist. **NOTE:** Only **ONE** backup per file is saved to prevent piling up backups. It's only meant to catch small oversights. In other words, if you run the installer twice **IT WILL OVERWRITE THE BACKUP!**
The install script is only for Arch right now but I plan to include any distro with this software in their repos. At least the popular ones

1
setup
View file

@ -113,6 +113,7 @@ if ! test -d "$HOME"/Pictures; then
fi
if ! test -f "$HOME"/Pictures/Wallpapers/door2.jpg; then
printf "\nDownloading default wallpaper..."
curl -so "$HOME"/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg
"$HOME"/.local/bin/doorsbg
fi