Skip to content

Commit

Permalink
chore(merge): Update configs (#133)
Browse files Browse the repository at this point in the history
chore(merge): Summarize Recent Codebase Updates

## Summary:
This summary encapsulates a series of updates and refinements across the
project. Key enhancements include configuration updates in Wezterm and 
Alacritty, improved gitignore settings, and more efficient code
refactorings.

## Added:
- feat: Add the aliases in zshrc (#128)
- feat: Add the local* to gitignore (#127)
- feat: Update the keymaps of the wezterm (#125)
- feat: Update window padding and frame (#123)
- feat: Update the configs of wezterm (#122)
- feat: Update and fix the mis-configs (#121)
- feat: Add the TERM=alacritty to zshrc configs (#120)
- feat: Add the configs file for alacritty (#119)
- feat: Add the bun lockb configs to global git configs (#118)
- feat: Add the new option in Lazygit's config (#116)

## Changed:
- feat: Update submodule (#132)
- refactor: Update the wezterm's config (#129)
- refactor: Set the window decorations to RESIZE (#124)
- refactor: Update the background opacity (#126)
- refactor: Update the font size to 14 from 15 (#131)
- refactor: Update the Wezterm's configs (#117)
  • Loading branch information
tpatalas authored Nov 27, 2023
2 parents e04556f + 9c0f6e8 commit d8e1501
Show file tree
Hide file tree
Showing 7 changed files with 992 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# lua
.luarc*

# local
.local*
Loading

0 comments on commit d8e1501

Please sign in to comment.