mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: quick push
This commit is contained in:
parent
11d55b22d6
commit
6fe8860dbc
2 changed files with 12 additions and 1 deletions
|
@ -39,6 +39,17 @@ in
|
|||
];
|
||||
keyword = "Elm";
|
||||
}
|
||||
{
|
||||
name = "Awesome Self-Hosted";
|
||||
url = "https://github.com/awesome-selfhosted/awesome-selfhosted";
|
||||
tags = [
|
||||
"awesome"
|
||||
"self-hosted"
|
||||
"self"
|
||||
"hosted"
|
||||
];
|
||||
keyword = "Self";
|
||||
}
|
||||
{
|
||||
name = "GitHub";
|
||||
url = "https://github.com/BRBWaffles";
|
||||
|
|
|
@ -17,7 +17,7 @@ in
|
|||
theme = "Catppuccin Macchiato";
|
||||
show_copilot_suggestions = true;
|
||||
bracket_pairing = "always";
|
||||
relative_line_numbers = true;
|
||||
relative_line_numbers = false;
|
||||
tabs = {
|
||||
file_icons = true;
|
||||
git_status = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue