Consider using include syntax
See original GitHub issueInstead of adding many configurations to the user’s alacritty.yml, you could simply append (or replace) an include
:
import:
- /home/jtm/.config/alacritty/themes/dracula.yml
Making a 1 line change seems pretty solid. Maybe you’ve considered and want the current solution to be standalone (not requiring other files).
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:14
Top Results From Across the Web
Include Syntax (The C Preprocessor)
It searches for a file named file in a standard list of system directories. You can prepend directories to this list with the...
Read more >C/C++ #include directive with Examples - GeeksforGeeks
#include is a way of including a standard or user-defined file in the program and is mostly written at the beginning of any...
Read more >c# - How does LINQ expression syntax work with Include() for ...
I think this is because LINQ doesn't support Include(). So I tried in VS; query 2 runs, but returns unpopulated User property. Query...
Read more >Eager Loading using Include & ThenInclude in EF Core
In this tutorial, we look at include method and learn how to load entities from multiple levels and multiple tables. We also show...
Read more >Array.prototype.includes() - JavaScript - MDN Web Docs
The includes() method compares searchElement to elements of the array using the SameValueZero algorithm. Values of zero are all considered ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll be honest, this is what I thought this utility would do as it is a lot easier to manage for the user. I use Nerd Fonts for instance, which I saw disappear because of the color change.
I can work on this and submit a pull request if you guys want?
hey, @tahir-hassan sure thing! please do we appreciate it