| Age | Commit message (Collapse) | Author |
|
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>
|
|
- Set Xresources DPI to 109 for ultrawide monitor
- Remove deno environment setup (no longer using)
|
|
|
|
Created script to launch tmux session with Claude assistants for multiple
projects. Synced dotfile changes including calibre, audacious, and shell configs.
|
|
- Add self-contained config.rasi and theme in ~/.config/rofi/
- Remove external ~/code/rofi-themes-collection/ dependency
- Match rofi theme colors, font, and border-radius to dunst notifications
- Simplify sxhkd keybindings (settings now in config.rasi)
- Remove phantom rofi/scripts PATH entry from .profile
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
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.
|
|
|
|
- Add environment variable file for PATH including custom script locations
- Add user systemd service for Emacs daemon with restart on failure
- Add geoclue-agent systemd service for redshift location hints
- Add environment override for xdg-desktop-portal-gtk service (DISPLAY, XAUTHORITY)
- Update .profile to use emacsclient for EDITOR and VISUAL
- Comment out auto-startx on tty1
|
|
Add GitHub username to git config and swap default/alternate browser
assignments. Also reorder startup script to launch emacs daemon
before xautolock.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|