Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(merge): Update configs #133

Merged
merged 34 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0788da3
feat: Add the new option in Lazygit's config
tpatalas Aug 22, 2023
20cf41c
feat: Add the new option in Lazygit's config (#116)
tpatalas Aug 22, 2023
48ef5de
refactor: Update the Wezterm's configs
tpatalas Aug 26, 2023
b823e51
refactor: Update the Wezterm's configs (#117)
tpatalas Sep 22, 2023
832f981
feat: Add the bun lockb configs to global git configs
tpatalas Oct 5, 2023
af6ad83
feat: Add the bun lockb configs to global git configs (#118)
tpatalas Oct 5, 2023
77ab6f7
feat: Add the configs file for alacritty
tpatalas Nov 1, 2023
9481ebb
feat: Add the configs file for alacritty (#119)
tpatalas Nov 1, 2023
0ff72a0
feat: Add the TERM=alacritty to zshrc configs
tpatalas Nov 1, 2023
c8529aa
feat: Add the TERM=alacritty to zshrc configs (#120)
tpatalas Nov 1, 2023
b1bea41
feat: Update and fix the mis-configs
tpatalas Nov 3, 2023
ca7b9e3
feat: Update and fix the mis-configs (#121)
tpatalas Nov 3, 2023
7e182e6
feat: Update the configs of wezterm
tpatalas Nov 3, 2023
3006090
feat: Update the configs of wezterm (#122)
tpatalas Nov 3, 2023
bb85938
feat: Update window padding and frame
tpatalas Nov 3, 2023
6253cb1
feat: Update window padding and frame (#123)
tpatalas Nov 3, 2023
24e4f22
refactor: Set the window decorations to RESIZE
tpatalas Nov 3, 2023
7b2502b
refactor: Set the window decorations to RESIZE (#124)
tpatalas Nov 3, 2023
d8ced2b
feat: Update the keymaps of the wezterm
tpatalas Nov 3, 2023
fa69ed6
feat: Update the keymaps of the wezterm (#125)
tpatalas Nov 3, 2023
44a3981
refactor: Update the background opacity
tpatalas Nov 5, 2023
c1c3a6b
refactor: Update the background opacity (#126)
tpatalas Nov 5, 2023
2d638d8
feat: Add the local* to gitignore
tpatalas Nov 7, 2023
a8633aa
feat: Add the local* to gitignore (#127)
tpatalas Nov 7, 2023
54b8cca
feat: Add the aliases in zshrc
tpatalas Nov 7, 2023
75536f9
feat: Add the aliases in zshrc (#128)
tpatalas Nov 7, 2023
b7deef6
refactor: Update the wezterm's config
tpatalas Nov 8, 2023
8306049
refactor: Update the wezterm's config (#129)
tpatalas Nov 11, 2023
5f1e635
refactor: Update the font size into 14 from 15
tpatalas Nov 22, 2023
c0a6879
refactor: Update the font size into 14 from 15 (#130)
tpatalas Nov 22, 2023
8bc929b
refactor: Update the font size to 14 from 15
tpatalas Nov 22, 2023
757db0d
refactor: Update the font size to 14 from 15 (#131)
tpatalas Nov 22, 2023
e1a7c2f
feat: Update submodule
tpatalas Nov 27, 2023
9c0f6e8
feat: Update submodule (#132)
tpatalas Nov 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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