Age | Commit message (Collapse) | Author | |
---|---|---|---|
45 hours | Use localhost for mpd | ZachIR | |
The other systemd services wouldn't accept a unix socket. | |||
2025-07-19 | Add optimization to zsh loading | zachir | |
It requires using ZDOTDIR again | |||
2025-07-16 | Set default terminal to st in profile | ZachIR | |
2025-06-30 | Fix more XDG paths | zachir | |
2025-06-29 | Make more things XDG compliant | ZachIR | |
Specifically .dotnet, .zplug, and .zcompdump | |||
2025-04-30 | Re-enable qt6ct (not using plasma) | ZachIR | |
2025-04-25 | Remove QT env that broke Plasma | ZachIR | |
2025-04-17 | Redo nvim to use init.lua | zachir | |
2025-02-28 | Add command_not_found handle for distrobox | ZachIR | |
2025-02-28 | Fix gtk and qt theming | ZachIR | |
Also set the theme back to green instead of white | |||
2025-01-18 | Cleanup zsh configs + add zplug | ZachIR | |
Just a couple plugins for syntax highlighting and history searching, removing a bunch of old unused files, and changing to just accept the standard of using dotfiles in the home directory. | |||
2024-07-11 | Merge branch 'master' of zachir.xyz:zachir/dotfiles | zachir | |
2024-07-11 | Fix some xdg path blunders | zachir | |
These broke adb, and the xcursor path. | |||
2024-06-06 | Set XDG_CURRENT_DESKTOP to Hyprland | zachir | |
This should help something or other involving portals. Idk. | |||
2024-06-06 | Update XDG paths for more programs | zachir | |
This time features python, wget, adb, and xcursor. | |||
2024-06-05 | Add better/more XDG support | zachir | |
Implements XDG support for more programs that support it, in various levels of hackiness. | |||
2024-06-04 | Add # NEW PATH comment to sh profile | zachir | |
The barest of documentation | |||
2024-06-04 | Fix adding paths to sh profile | zachir | |
The previous method was clunky, redundant, and terrible; it is now better, and should not keep adding the same directories into the path when sourcing it over and over. | |||
2024-06-04 | Remove nix from profile; add zvm | zachir | |
Removing nix, as using the package manager was an experiment I didn't super get along with. Adding in the Zig Version Manager to manage Zig installations. | |||
2024-03-23 | Fix sh not loading xdg user dirs | zachir | |
2024-02-06 | sh: fix volsv in PATH | zachir | |
volsv was wrong in .profile when setting the path in two different ways. Nice. | |||
2023-10-23 | New addtopath function to fix issues with PATH var | zachir | |
2023-10-19 | Change shell alias and ENV, set kitty title | zachir | |
Adding in lb=lsblk, adding in more XDG dirs, and permanently set kitty title to 'terminal' from zsh. | |||
2023-08-16 | Not using bemenu anymore | zachir | |
2023-07-15 | Install .profile separately from .zshenv | ZachIR | |