aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/alacritty
AgeCommit message (Collapse)Author
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-17fix(alacritty): slightly increase window opacityToby Vincent
2023-05-15fix(alacritty): improve config for desktop monitorToby Vincent
2023-03-09fix(tmux): improve session namingToby 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-01-07fix(sway,alacritty): add font sizeToby Vincent
2022-11-24feat: set alacritty font size to 12.5Toby Vincent
2022-09-23feat(alacritty): rename initial tmux sessionToby Vincent
2022-07-15fix(alacritty): remove incorrect font definitionsToby Vincent
2022-07-01feat(alacritty): source optional local configToby Vincent
2022-05-25feat: add background transparency to alacritty and neovimToby Vincent
2022-05-25feat(alacritty): rename initial session to homeToby Vincent
2022-05-05refactor: move shell comp color fix to zshrcToby Vincent
2022-05-05feat: simplify configs and improve themeToby Vincent
2022-04-01fix: improve robustness of mklink scriptToby Vincent
2022-03-31fix: seperate wsl alacritty fontToby Vincent
2022-03-30fix: split alacritty config for portabilityToby Vincent
2022-03-30fix: fix issue with wsl config linkingToby Vincent
2022-03-26fix: update .zshrc path in alacritty configToby Vincent
2022-03-25feat: migrated to gnu stowToby Vincent
2022-03-21fix: fixed tmux configToby Vincent
2022-03-19feat: nvim working mostlyToby Vincent
2022-03-17feat: improved wsl terminal experienceToby Vincent