aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
AgeCommit message (Collapse)Author
2024-04-07feat(sh): add alias for reading rfcs using lessToby Vincent
2024-02-28feat: add ollama xdg compliantToby Vincent
2024-02-26fix(fzf): fix issue with colorsToby Vincent
2024-02-25fix(sh): fix base16 themeToby Vincent
2024-02-22feat(sway): use sway-overfocus for tabbed layoutToby Vincent
2024-02-22feat(man): set MANPAGER to use less and colorsToby Vincent
2024-02-16fix: make redis-cli XDG_Base_Directory compliantToby Vincent
2024-02-14feat(wmenu): change menu to wmenu (again...)Toby Vincent
2024-02-13chore(bemenu): remove old configsToby Vincent
2024-02-13fix(sh): ensure user path dirs are firstToby Vincent
2024-02-08feat(sway): improve sway configToby Vincent
2024-02-01fix(sh): remove LESSOPEN env varToby Vincent
Provided lesspipe is installed, at least on Arch, LESSOPEN is already setup by `/env/profile.d/lesspipe.sh`, which is then sourced by `~/.profile`, which is actually more portable. So no need to set it up unconditionally here.
2024-01-03fix(sh): add XDG_Base_Dir fix for platformioToby Vincent
2023-12-01fix(ocaml): fix ocaml configsToby Vincent
2023-11-14fix(sh): add XDG Base Dir support for cudaToby Vincent
2023-11-14fix(bat): remove implicit bat usage in a placesToby Vincent
2023-11-07fix(pg): add XDG Base Directory compat for pgsqlToby Vincent
2023-11-01fix: fix LESS envvar and remove from bat configToby Vincent
2023-09-04fix: remove typo from opam.shToby Vincent
2023-09-04fix: clean up env variablesToby Vincent
2023-09-04feat(sh): add env var to make opam follow xdg baseToby Vincent
2023-08-28revert(4ffdb5f): move back to dedicated gruvbox themeToby Vincent
This reverts commit 4ffdb5f (fix(tmux): simplify tmux theme config using base16, 2023-08-27).
2023-08-27fix(tmux): simplify tmux theme config using base16Toby Vincent
2023-08-05fix(sway): more wayland fixesToby Vincent
2023-07-11fix: update email addressToby Vincent
2023-05-24fix: prevent PATH from being overriddenToby Vincent
Also, mimic Arch's /etc/profile more accurately, switching to append-path API function that is called from auxiliary profile.d scripts.
2023-05-02feat(firefox): add tridactyl configToby Vincent
2023-04-21feat(nvim): add c# supportToby Vincent
2023-04-20fix: update onefetch args for newer versionToby Vincent
2023-03-28feat(xdg): move xdg related variables into environment.dToby Vincent
2023-03-27refactor: move python sh profile to python stow packageToby Vincent
2023-03-25fix: improve xdg user dirs and disable updateToby Vincent
2023-03-10fix: remove run-parts dependency from .profileToby Vincent
2023-03-06fix(fzf): improve fzf-tmux argsToby Vincent
2023-02-28feat: add MAIL directory variableToby Vincent
2023-02-19fix: set BROWSER to firefoxToby Vincent
2023-02-12fix(zsh): move sourcing of .profile to .zprofileToby Vincent
Adopt the behavior of the system wide configuration Ref: https://wiki.archlinux.org/title/Zsh#Startup/Shutdown_files
2023-02-12fix: fix systemd env generator overwriting PATHToby Vincent
2023-02-11feat: split `.zshrc` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/zsh/.zshrc` up into `$XDG_CONFIG_HOME/zsh/.zshrc.d/*`. This allows for better management and prioritization between different tool's env. Similar to what was done to `.profile` in e712243 (feat: split `.profile` to individual files, 2023-02-10).
2023-02-10style: disable quoting lint ruleToby Vincent
2023-02-10fix: fix quoting bug in systemd env genToby Vincent
2023-02-10feat: split `.profile` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/.profile` up into `$XDG_CONFIG_HOME/profile.d` directory. This allows for better management and prioritization between different tool's env.
2023-02-08fix(sh): set BROWSER to use xdgToby Vincent
2023-02-06fix(sh): set docker config to follow XDG_BASE_DIRToby Vincent
2023-01-12feat(sh): setup env for perl and rubyToby Vincent
2023-01-09fix(go): add sr.ht to GOPRIVATEToby Vincent
workaround for sr.ht disabling git access for the Go Module Mirror Ref: https://sourcehut.org/blog/2023-01-09-gomodulemirror
2022-12-31feat(sh): add DIFFPROG env variableToby Vincent
2022-12-20feat(sh): add vivid for LS_COLORSToby Vincent
2022-11-05feat(sh): add interactive ripgrep scriptToby Vincent
2022-10-22fix(sh): update lessfilter to reflect new onefetch changesToby Vincent