Compare commits
No commits in common. "c979fa1f8bf60ea6a1615e14a92ee85dc0f016e4" and "746ebd88019c8031175bb779a66e24eec5b4c609" have entirely different histories.
c979fa1f8b
...
746ebd8801
2 changed files with 1 additions and 2 deletions
|
@ -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. 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 and is very verbose. 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
1
setup
|
@ -113,7 +113,6 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue