diff --git a/README.md b/README.md index ecbc5fb..e2cc325 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# dotfiles, plus scripts for box setup +# dotfiles, plus install/set-up scripts + +This repo contains a collection of scripts and files related to: + +- configuration (i.e. this serves as my dotfiles repo) +- installation of programs +- scripts/executables for my local systems +- anything else related to getting my boxes (computers) set up as desired + +This repo grew into more than I originally intended, but it turned into a fun little +excursion into the realm of shell scripting (and an intro to Lua for the neovim +portions). ## prereqs @@ -17,8 +28,8 @@ ## script run -- to do the full setup, from git root dir, run: `./box_setup.sh` -- to copy dotfiles only, from git root dir, run: `./copy_dotfiles.sh` +- to do the full setup, from the repo's root dir, run: `./box_setup.sh` +- to copy dotfiles only, from the repo's root dir, run: `./copy_dotfiles.sh` ## after script run diff --git a/docs/todo.md b/docs/todo.md index e57b274..d7d6314 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -1,11 +1,10 @@ # todo items -- config for calcurse +- config for calcurse (including syncing via caldav, etesync, or similar) - config for mpd, and client(s), (mpd clients to consider: mpc, ncmpcpp, ncmpc, inori) - hyprland config and install on linux -- web browsers config and install -- get find, xargs, awk (use nawk) as unified as i can across system types +- web browsers config and install (primary: qutebrowser, alt1: brave, alt2: tor) +- get find, xargs, and awk (use nawk) as unified as i can across system types - pick rss reader; newsboat? others? option with inbox and separate queues? - make all these scripts posix-complient (or at least usable in ksh/oksh) -- decide if i even want a filemanager; if yes, pick one and configure diff --git a/src_files/.config/zz-this-box/themes/pina/wallpaper/02-santa-monica-beach-05.jpg b/src_files/.config/zz-this-box/themes/pina/wallpaper/01-santa-monica-beach-05.jpg similarity index 100% rename from src_files/.config/zz-this-box/themes/pina/wallpaper/02-santa-monica-beach-05.jpg rename to src_files/.config/zz-this-box/themes/pina/wallpaper/01-santa-monica-beach-05.jpg diff --git a/src_files/imports/themes-omarchy-extra/pina/backgrounds/01-pina-2.jpg b/src_files/imports/themes-omarchy-extra/pina/backgrounds/02-pina-2.jpg similarity index 100% rename from src_files/imports/themes-omarchy-extra/pina/backgrounds/01-pina-2.jpg rename to src_files/imports/themes-omarchy-extra/pina/backgrounds/02-pina-2.jpg