Add support for extra themes, other small changes, drop btop

This commit is contained in:
2025-10-30 13:23:09 -05:00
parent bd5cb81499
commit d0463c7216
37 changed files with 329 additions and 142 deletions

View File

@@ -1,31 +1,31 @@
# dotfiles, plus scripts for box setup
### prereqs
## prereqs
- zsh and git installed
- git clone this repo
#### specific prereqs, linux distros
### specific prereqs, linux distros
- sudo access is configured for current user
#### specific prereqs, macos
### specific prereqs, macos
- install the package manager, [homebrew](https://brew.sh/)
- for aerospace window manager, have only 1 workspace/desktop
- manual settings, refer to [ref/macos-system-settings](ref/macos-system-settings.md)
--------
### script run
## 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`
--------
### after script run
## after script run
- complete manual actions specified in [ref/post-run](ref/post-run.md)
--------
### todo items
## todo items
- config for: terminal (kitty? havoc?); shell; mpd, mpc, ncmpcpp; mpv
- hyprland config and install on linux
- web browsers config and install
@@ -43,3 +43,42 @@
- if both, likely apply the include column first, then the exclude (priority)
- add command in tmux to perform cd to a given dir in all windows of the current session
--------
## attribution
### Original pattern/approach and some key config logic
The original pattern and approach for this project, and particularly the installation of
programs, the copying of config files and scripts, the "tmux sessionizer" (tmux session
init logic), my original neovim config, and my workflow/workspace strategy, were derived
from several of ThePrimeagen's projects and videos (listed below). I was unable to locate
any licenses or copyrights for the code contained within these sources, but I wanted to
give attribution nonetheless.
- [dev/setup/config repo](https://github.com/ThePrimeagen/dev)
- [neovim config](https://github.com/ThePrimeagen/init.lua)
- [tmux sessionizer](https://github.com/ThePrimeagen/tmux-sessionizer)
- [YouTube video - neovim config video](https://www.youtube.com/watch?v=w7i4amO_zaE)
- [FrontEnd Masters course - dev productivity v2](https://frontendmasters.com/courses/developer-productivity-v2/)
Author: ThePrimeagen (Michael Paulson)
### Some themes and theme-swtiching/setting logic
The theme configuration files in this repository under
`src_files/imports/themes-omarchy-core` are copied from, and much of the
"theme-switching" or "theme-setting" logic and scripts are derived from,
[Omarchy](https://github.com/basecamp/omarchy), which is licensed under the
[MIT License](https://github.com/basecamp/omarchy/blob/master/LICENSE).
Copyright (c) David Heinemeier Hansson
### Additional/extra themes (Omarchy extra themes)
Additional theme configuration files in this repository under
`src_files/imports/themes-omarchy-extra` are copied or derived from projects of additional
conrtibutors to the Omarchy community/ecosystem. For any information about
authors/licenses/copyrights for each, refer to any LICENSE and/or ATTRIBUTION.md files in
each theme's respective directory under `src_files/imports/themes-omarchy-extra`.