summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d
AgeCommit message (Collapse)Author
15 hoursrefactor(shell): reorganize shell config for proper separationCraig Jennings
Restructure shell configuration to follow standard conventions: - .profile: Environment variables only (POSIX compatible) - .bash_profile: NEW - sources .profile and .bashrc for login shells - .bashrc: Bash-specific settings, sources .bashrc.d/ - .zshrc: Zsh-specific settings, sources .zshrc.d/ New modular directories: - .bashrc.d/: aliases, emacs, fzf, git, media, utilities - .zshrc.d/: same as bashrc.d plus arch-downgrade (zsh-only) - .profile.d/: reduced to env-only files (display, framework, auto-tmux) Fixes: - Remove duplicate .profile sourcing in .bashrc - Remove broken XDG_CURRENT_DESKTOP=GNOME line from display.sh - Move aliases/functions from .profile to appropriate .d/ directories - Shell-specific init (zoxide, fzf) now in .bashrc/.zshrc directly - FreeBSD bindkey fix now in .zshrc directly Also adds CLAUDE.md session context file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 hoursfeat(themes): add Qt theming and font packagesCraig Jennings
- Configure Qt5/Qt6 to use Adwaita-Dark style via adwaita-qt - Add qt6ct.conf with matching settings to qt5ct - Set QT_STYLE_OVERRIDE for consistent dark theme - Add XCURSOR_THEME to hyprland.conf - Update pinentry-dmenu to use BerkeleyMono Nerd Font - Add font packages to archsetup: cantarell-fonts, ttf-caladea, ttf-carlito, ttf-croscore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-11-21session: dotfiles sync and GPG/Emacs auth debuggingCraig Jennings
Synced various dotfile configs (calibre, audacious, profile.d, xinitrc). Diagnosed and fixed Emacs/GPG auth issue by disabling systemd emacs.service which lacked DISPLAY environment for pinentry-dmenu.
2025-11-08feat: add zoxide smart directory navigationCraig Jennings
Add zoxide installation and configuration to archsetup: - Install zoxide via pacman in Developer Workstation section - Create .profile.d/zoxide.sh with zsh initialization - Alias cd to z for smart directory jumping based on usage patterns This enables automatic directory navigation learning across all fresh Arch installs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16added downgrade functionCraig Jennings
- select installed package to downgrade via fzf - hands off to sudo downgrade
2025-09-09adding compress functionCraig Jennings
2025-06-11display settings changesCraig Jennings
XDG_CURRENT_DESKTOP=GNOME QT_QPA_PLATFORMTHEME=qt6ct QT_SCALE_FACTOR=1 (moving back from .8)
2025-06-09changing scale from 1 to .8 for QT applicationsCraig Jennings
2025-06-03fix dark theme; disallow vt switch & xorg zap; remove gdmCraig Jennings
2025-06-01adding qt scale factor to system wide profileCraig Jennings
2025-05-29move all xrelated settings to startdwm scriptCraig Jennings
2025-05-29xcape is an x program and should not be placed in .profileCraig Jennings
2025-05-29alias wg to wgup for convenienceCraig Jennings
2025-05-28updating chronographicCraig Jennings
2025-05-28add wireguard up/down functionsCraig Jennings
2025-05-27update calibre plugins and config filesCraig Jennings
2025-05-27add wireguard fzf functionality and install scriptCraig Jennings
2025-05-21moving arch dotfiles into archsetupCraig Jennings