summaryrefslogtreecommitdiffstatshomepage
path: root/sh
AgeCommit message (Collapse)Author
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
2022-10-19refactor(tmux): clean up tmux-sessionizer repo stuffToby Vincent
2022-10-19refactor(sh): clean up lessfilter filetype functionToby Vincent
2022-10-18feat(sh): add lessfilter script for previewing projectsToby Vincent
2022-10-18refactor(zsh): clean up plugins and improve compinitToby Vincent
2022-10-03feat(tmux): improve sessionizer previewToby Vincent
2022-09-27fix(zk): rename notebook dir due to zk not working with hidden dirToby Vincent
2022-09-26fix(sh): limit depth on fzf directory previewToby Vincent
2022-09-25feat(sh): change zk notebook directoryToby Vincent
2022-09-23feat(sh): add PASSWORD_STORE env variableToby Vincent
2022-09-23feat(sh): add env for passToby Vincent
2022-09-18feat(tmux): improve sessionizer previewToby Vincent
2022-09-14fix(tmux): remove blankline in sessionizer and fix preview commandToby Vincent
2022-09-13feat(tmux): sessionizer now creates dir from prompt if non selectedToby Vincent
2022-09-13feat(python): add startup.py to force python to conform to XDG_BASE_DIRToby Vincent
2022-09-12feat(nvim): add zk and nvim-zkToby Vincent
2022-08-31feat(sh): add $LESS options and clean up .profileToby Vincent
2022-08-23fix(sh): remove background from fzf themeToby Vincent