summaryrefslogtreecommitdiff
path: root/dot-config
AgeCommit message (Collapse)Author
2025-08-09add language support for handlebarsJosé Juan Loeza Sierra
- adds treesitter - adds formatting via djLint. Requires djlint be installed, see https://www.djlint.com/docs/getting-started/
2025-08-09add yaml formatting with prettierJosé Juan Loeza Sierra
requires prettier to be installed. See https://prettier.io/docs/install
2025-08-09change to Berkeley MonoJosé Juan Loeza Sierra
2025-08-08switch to foot terminalJosé Juan Loeza Sierra
2025-08-08add foot configJosé Juan Loeza Sierra
2025-08-03add wezterm configJosé Juan Loeza Sierra
2025-07-30add hledger nvim configJosé Juan Loeza Sierra
2025-07-22change starship formatJosé Juan Loeza Sierra
2025-07-18add fuzzel config changesJosé Juan Loeza Sierra
2025-07-18lazy updatesJosé Juan Loeza Sierra
2025-07-18add more colorschemesJosé Juan Loeza Sierra
2025-07-18switch to kanso colorschemeJosé Juan Loeza Sierra
2025-07-16add default fuzzel configJosé Juan Loeza Sierra
2025-07-16match all displays in gammastepJosé Juan Loeza Sierra
2025-07-16lazy updatesJosé Juan Loeza Sierra
2025-07-16add swayidle configJosé Juan Loeza Sierra
2025-07-16add niri workspaces to waybarJosé Juan Loeza Sierra
2025-07-16add niri config changesJosé Juan Loeza Sierra
setup builtin display skip hotkey overlay at startup add brightness change binds add swayidle and swaync to niri disable touchpad tap remove waybar, swayidle, swaync from niri will prefer to launch them with systemd see https://github.com/YaLTeR/niri/wiki/Example-systemd-Setup add max volume to raise volume change quit window to mod+shift+q I tend to accidentally close windows without the `shift` add external monitors change volume increments to .05 change swaylock color change gap size change layout active-color prefer-no-csd
2025-07-15add default niri configJosé Juan Loeza Sierra
2025-07-15lower gammastep temperatureJosé Juan Loeza Sierra
2025-07-15add rofi calculator to swayJosé Juan Loeza Sierra
2025-07-09change color of critical notificationsJosé Juan Loeza Sierra
2025-07-09add default swaync css fileJosé Juan Loeza Sierra
2025-07-09add swaync module to waybarJosé Juan Loeza Sierra
2025-07-08change sway/waybar colors & sway client fontJosé Juan Loeza Sierra
2025-07-08add sway, waybar, gammastepJosé Juan Loeza Sierra
2025-07-08update font size and window paddingJosé Juan Loeza Sierra
2025-07-08lazy updatesJosé Juan Loeza Sierra
2025-07-07remove aerospace and sketchybarJosé Juan Loeza Sierra
2025-07-01let clipboard over ssh without askingJosé Juan Loeza Sierra
part of the fix for allowing clipboard with LazyVim over ssh see https://github.com/LazyVim/LazyVim/discussions/2715#discussioncomment-11857449
2025-07-01add kitty configJosé Juan Loeza Sierra
2025-07-01add fix for clipboard over sshJosé Juan Loeza Sierra
2025-06-27change prompt symbolJosé Juan Loeza Sierra
2025-06-23ignore astro generated filesJosé Juan Loeza Sierra
2025-06-23add multicursor.nvimJosé Juan Loeza Sierra
Adds multicursor functionality with https://github.com/jake-stewart/multicursor.nvim Modifies hardtime in order to work with multicursor
2025-06-23ignore lazygit filesJosé Juan Loeza Sierra
2025-06-23lazy updatesJosé Juan Loeza Sierra
2025-06-23ignore generated fish varaiblesJosé Juan Loeza Sierra
2025-06-14change some colors and ssh symbolJosé Juan Loeza Sierra
2025-06-14reorganize codeJosé Juan Loeza Sierra
2025-06-13lazy updatesJosé Juan Loeza Sierra
2025-06-13add mini.surroundJosé Juan Loeza Sierra
2025-06-13move all into one single .config directoryJosé Juan Loeza Sierra
Moves of the config files into a single dot-config directory, simplifying the structure and the usage of stow. dot-config gets processed into .config by stow. See the `--dotfiles` option at https://www.gnu.org/software/stow/manual/stow.html#Invoking-Stow for more information