Setup some env vars
How to create a typed env file.
How to manage .env files
| // Copyright 2022 Victor Lucachi (@victorlucachi) | |
| // SPDX-License-Identifier: GPL-2.0-or-later | |
| #pragma once | |
| #define COMBO_TERM 25 | |
| #define COMBO_MUST_HOLD_MODS | |
| #define COMBO_HOLD_TERM 175 | |
| #undef TAPPING_TERM | |
| #define TAPPING_TERM 200 | |
| #define RETRO_TAPPING |
| #!/usr/bin/env bash | |
| # Getting tired of not knowing which npm command to run | |
| # Well this is the answer | |
| # It does use fzf. | |
| # First off, this script allow us to just type : run | |
| # Then you can just filter by command | |
| # I was using ntl, but it is/was super slow. | |
| # jq is another thing you might have to install |
| // -------------------------------------------------------- | |
| // KEY-COMBOS | |
| // | |
| // These are the double key presses | |
| // Two keys pressed at the same time to produce one | |
| // Getting the CMD CTRL keys under your finger tips | |
| /* | |
| |----------------+ | |
| | *SCMD | *SCMD | |