140 Commits

Author SHA1 Message Date
david 3f8f8cd6f8 Add gfs alias (git fetch + status) 2026-04-22 14:16:13 -05:00
david 673a709c00 Update themes (default/admin -> gruvbox; music -> pina) 2026-04-21 19:00:00 -05:00
david a79ab5ca90 Update workflow-notes (tag/ws 1 purpose) and htoprc (move battery) 2026-04-07 14:41:43 -05:00
david adf261dab8 Adjust listen-music script and README slightly 2026-04-06 12:34:52 -05:00
david 142ad921d9 Fix lingering-skhd-opened-kitty-instances bug; add listen-music script 2026-03-27 17:19:10 -05:00
david fddf0392dd Combine 'notes' tmux session into 'hub' 2026-03-12 15:27:44 -05:00
david b9960cda51 Adjust workflow notes, change default theme 2026-03-12 15:12:55 -05:00
david 09ae087e33 Adjust layout in htop 2026-03-04 13:43:47 -06:00
david 7e5e5fe307 Display a bookmark's containing file in bookmark-find feature 2026-02-24 16:11:12 -06:00
david e6a90d5642 Update workflow notes 2026-02-23 14:46:42 -06:00
david 3a821ed13a Update alias entries in shell/rc, update workflow-notes doc 2026-02-20 22:35:54 -06:00
david 39440dec33 Update programs_base list, change font size for kitty 2026-02-12 01:05:39 -06:00
david 2687214a95 Update todo, manpager -> nvim, fix nvim popup borders, adjust rc aliases 2026-02-11 17:22:58 -06:00
david 19cbcf498b Add bookmark finder scripts, fix a few incorrect uses of IFS and read 2026-01-22 23:00:28 -06:00
david 6ca8fb0c33 Update todo and workspace notes, fix skhdrc error, remove browser themes 2026-01-17 02:05:28 -06:00
david 95f90cd50e Update todo list, make small updates to display-manage script 2026-01-17 01:39:14 -06:00
david 85a6a138b7 Add initial program-launch keybinds to skhd (to match my dwm keybinds) 2026-01-16 23:53:35 -06:00
david 512bd034c4 Add initial xlibre/X11 configs and installs, add misc install programs 2026-01-16 02:39:39 -06:00
david a220886000 Refactor install logic, use file-based overrides per OS/distro 2026-01-15 02:47:38 -06:00
david 9f67636472 Fix tmux-session-init bug, more exact match for existing session names 2026-01-14 14:00:01 -06:00
david 7b2559561e Simplify aerospace to align with dwm, add skhd back again 2026-01-12 19:46:43 -06:00
david b90e18bd2b Update todo items, update workspaces doc, note bug in tmi 2026-01-12 12:55:46 -06:00
david e64adcdfab Add linux-artix-install-and-system-config doc, update obsidian-nvim 2025-12-29 12:15:05 -06:00
david 4fad7b86f4 Theme updates
- pina colors for kitty and nvim
- drop obsidian theme
- update theme notes
- switch default from pina to gruvbox
2025-12-11 16:20:31 -06:00
david db2b30210a Update terminal background color for gruvbox theme 2025-12-10 20:41:53 -06:00
david 9b6974dce5 Remove obsidian frontmatter & .md conceal, use telescope vertical layout 2025-12-02 13:59:54 -06:00
david 87e8ff848b Adjust backgrounds for jade theme, update tmux binding for notes 2025-11-30 16:55:29 -06:00
david 69806a9411 Add minor changes for obsidian nvim plugin and key mappings 2025-11-30 00:24:17 -06:00
david 79f53976da Make a few minor clean-up changes 2025-11-21 01:59:33 -06:00
david d796c73bad Fix inconsistency in make_dirs.sh 2025-11-21 01:32:10 -06:00
david f25745c709 Improve wording/clarity in several docs 2025-11-21 01:29:31 -06:00
david 8d845e0fc8 Use --skip-theme-config flag in box_setup, adjust nvim and tmux settings 2025-11-20 12:24:06 -06:00
david ae1166a463 Minor changes to tokyodark nvim theme (visual highlight, remove italics) 2025-11-18 18:47:35 -06:00
david 56557f4cf0 Update htoprc layouts so that 8-core and 16-core are more consistent 2025-11-18 16:38:21 -06:00
david 2bbd3c9d78 Add description to README, update todo.md list, update wallpaper names 2025-11-18 16:16:46 -06:00
david 464b7808f7 Add vars and logic for home-dir clean-up, minor obsidian changes 2025-11-18 15:39:30 -06:00
david 5cbdb77ea0 Add obsidian.nvim plugin, add minor changes related to home-dir cleanup 2025-11-17 11:32:07 -06:00
david 99a3f1aba0 Set PS1 prompt for shells, update tmux themes and status line 2025-11-16 14:40:17 -06:00
david e5195542ef Update kshrc and .zshrc to rely on master rc file like profile files 2025-11-16 01:48:35 -06:00
david 5481306e0d Rename osake-jade to jade and rename a few image files 2025-11-16 01:23:19 -06:00
david a35cd568ce Replace mise-activate with simple wrapper scripts and ENV vars
The prompting for this change is to use mise within ksh/oksh without
having to rely on zsh (such as `zsh -c "mise activate zsh"` or
otherwise). I kind of like the simplicity of this, and then I can still
easily change versions as needed in a given project by sourcing a file
which exports different vars for target language versions, or I can just
do manual export commands from the shell.
2025-11-16 01:04:07 -06:00
david 7ef1d2f391 Make copy_dotfiles POSIX, simplify zsh files, minor nvim changes 2025-11-15 00:09:26 -06:00
david f1700e1d3d Rework profile/env for shells 2025-11-14 20:00:31 -06:00
david 52610e056a Ignore brave browser in theme-set for now
I dug at this for a while and it never worked well. There might be some
way to do this with what currently exists, but it isn't obvious if so
and I don't think it is worth it. I think I may prefer to just set brave
to dark mode and keep the frame minimal. Also, my plan is to switch to
using qutebrowser as my primary browser anyway.
2025-11-14 20:00:31 -06:00
david 97519acea1 Import omarcy-mars-theme and local files, reformat & rename other files 2025-11-14 19:59:44 -06:00
david 5c9820d069 Add hyprland.conf file 2025-11-14 11:51:32 -06:00
david bb97234f1b Adjust install, file-copy, and theme logic after first run on arch linux 2025-11-14 00:29:18 -06:00
david 91cc2cf14a Add logic to theme-set for brave browser, macos not working so far 2025-11-13 02:11:45 -06:00
david ac91c7974c Add writing mode and ui toggles for nvim, tmux theme updates, wallpapers 2025-11-12 15:35:31 -06:00
david 1377026a56 Make various small clean-up changes 2025-11-08 15:44:42 -06:00