Improve wording/clarity in several docs

This commit is contained in:
2025-11-21 01:17:36 -06:00
parent 8d845e0fc8
commit f25745c709
5 changed files with 22 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
source "$XDG_CONFIG_HOME/tmux/.tmux-session-hydrate-default"
tmux rename-window -t procs nv-kickstart
tmux send-keys -t :nv-kickstart "cd $DIR_GIT_PROJECTS/other/kickstart.nvim" c-M

View File

@@ -1,4 +1,4 @@
# dotfiles, plus install/set-up scripts # dotfiles, plus installation and related scripts
This repo contains a collection of scripts and files related to: This repo contains a collection of scripts and files related to:

View File

@@ -1,14 +1,14 @@
# attribution # Attribution
## Original pattern/approach and some core config logic ## Original pattern/approach and some core config logic
The original pattern and approach for this project, the original program-installation The original idea and approach for this project, including the original versions of my
and copy-configs-and-files scripts/logic, the "tmux sessionizer" (tmux session init program-installation script, the copy-configs-and-files script, the "tmux sessionizer"
logic), my initial neovim and tmux configs, and my general workflow/workspace strategy, (tmux session init logic), my initial neovim and tmux configs, and (though not code)
were derived from several of ThePrimeagen's (aka Michael Paulson) projects and videos, my general workflow/workspace strategy, were derived from several of ThePrimeagen's
including a FrontEnd Masters course which he taught (each are listed below). I was (aka Michael Paulson's) projects and videos, including a FrontEnd Masters course which
unable to locate any required licenses or copyrights for the code contained within he taught (each are listed below). I could not locate any required licenses or copyrights
these sources, but I wanted to give attribution nonetheless. for the code contained within these sources, but I wanted to give attribution nonetheless.
- [dev/setup/config repo](https://github.com/ThePrimeagen/dev) - [dev/setup/config repo](https://github.com/ThePrimeagen/dev)
- [neovim config](https://github.com/ThePrimeagen/init.lua) - [neovim config](https://github.com/ThePrimeagen/init.lua)
@@ -22,13 +22,14 @@ The idea of using a file with a list of programs in it for building and/or
installing programs was inspired by Luke Smith's installing programs was inspired by Luke Smith's
[LARBS project](https://github.com/LukeSmithxyz/LARBS/tree/master). [LARBS project](https://github.com/LukeSmithxyz/LARBS/tree/master).
## Some themes and theme-swtiching/setting logic ## Theme-swtiching/setting logic and some themes
The theme configuration files in this repository under Much of the "theme-switching" or "theme-setting" logic and scripts are derived from
[Omarchy](https://github.com/basecamp/omarchy), and some theme configuration files
in this repository under
[src_files/imports/themes-omarchy-core](../src_files/imports/themes-omarchy-core) [src_files/imports/themes-omarchy-core](../src_files/imports/themes-omarchy-core)
are copied from, and much of the "theme-switching" or "theme-setting" logic and scripts are copied from [Omarchy](https://github.com/basecamp/omarchy), which is licensed
are derived from, [Omarchy](https://github.com/basecamp/omarchy), which is licensed under under the [MIT License](https://github.com/basecamp/omarchy/blob/master/LICENSE).
the [MIT License](https://github.com/basecamp/omarchy/blob/master/LICENSE).
Copyright (c) David Heinemeier Hansson Copyright (c) David Heinemeier Hansson
@@ -36,8 +37,8 @@ Copyright (c) David Heinemeier Hansson
Additional theme configuration files in this repository under Additional theme configuration files in this repository under
[src_files/imports/themes-omarchy-extra](../src_files/imports/themes-omarchy-extra) [src_files/imports/themes-omarchy-extra](../src_files/imports/themes-omarchy-extra)
are copied or derived from projects of additional conrtibutors to the Omarchy are copied or derived from projects of additional conrtibutors to the Omarchy community.
community/ecosystem. For information about authors/licenses/copyrights for each, refer For information about authors/licenses/copyrights for each, refer to any LICENSE and/or
to any LICENSE and/or ATTRIBUTION.md files in each theme's respective directory under ATTRIBUTION.md files in each theme's respective directory under
[src_files/imports/themes-omarchy-extra](../src_files/imports/themes-omarchy-extra). [src_files/imports/themes-omarchy-extra](../src_files/imports/themes-omarchy-extra).

View File

@@ -1,10 +1,10 @@
# todo items # TODO items
- config for calcurse (including syncing via caldav, etesync, or similar) - 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 - finish hyprland config and installation on linux
- web browsers config and install (primary: qutebrowser, alt1: brave, alt2: tor) - 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 - 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-compliant (or at least usable in ksh/oksh)

View File

@@ -1,4 +1,4 @@
# notes regarding my workflow and system use # Notes regarding my workflow and system use
## workspaces layout ## workspaces layout