Add description to README, update todo.md list, update wallpaper names
This commit is contained in:
17
README.md
17
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
|
## prereqs
|
||||||
|
|
||||||
@@ -17,8 +28,8 @@
|
|||||||
|
|
||||||
## script run
|
## script run
|
||||||
|
|
||||||
- to do the full setup, from git root dir, run: `./box_setup.sh`
|
- to do the full setup, from the repo's root dir, run: `./box_setup.sh`
|
||||||
- to copy dotfiles only, from git root dir, run: `./copy_dotfiles.sh`
|
- to copy dotfiles only, from the repo's root dir, run: `./copy_dotfiles.sh`
|
||||||
|
|
||||||
## after script run
|
## after script run
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
# todo items
|
# 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)
|
- config for mpd, and client(s), (mpd clients to consider: mpc, ncmpcpp, ncmpc, inori)
|
||||||
- hyprland config and install on linux
|
- hyprland config and install on linux
|
||||||
- web browsers config and install
|
- web browsers config and install (primary: qutebrowser, alt1: brave, alt2: tor)
|
||||||
- get find, xargs, awk (use nawk) as unified as i can across system types
|
- 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?
|
- pick rss reader; newsboat? others? option with inbox and separate queues?
|
||||||
- make all these scripts posix-complient (or at least usable in ksh/oksh)
|
- 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
|
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 243 KiB |
|
Before Width: | Height: | Size: 549 KiB After Width: | Height: | Size: 549 KiB |
Reference in New Issue
Block a user