Compare commits

...

3 Commits

Author SHA1 Message Date
be955e6673
docs(scripts): delete unused scripts, switch some from fish to bash
All checks were successful
deploy / build (push) Successful in 4m12s
2024-11-08 21:19:59 +01:00
bd851e73a6
docs: replace Firefox with Zen Browser 2024-11-08 20:11:05 +01:00
98e6a409b4
docs(emacs): add "ci" as a highlighted keyword in Magit 2024-11-08 20:04:28 +01:00
5 changed files with 58 additions and 1233 deletions

View File

@ -1413,7 +1413,7 @@ I also want to highlight these angular-style keywords in commit messages.
"Highlight angular-style keywords in commit messages."
(let ((boundary 0))
(when (string-match (rx (seq (or "feat" "fix" "docs" "style" "refactor"
"perf" "test" "chore")
"perf" "test" "ci" "chore")
(* "(" (* (not ")")) ")")
":"))
msg

View File

@ -41,7 +41,7 @@
#+begin_src conf-unix
[web]
browser = firefox
browser = zen-browser
#+end_src
** Aliases

View File

@ -362,7 +362,7 @@ It is sort of the general menu for my keybindings.
#+name: apps-submap
| Modifiers | Key | Action | Argument | Submap |
|-----------+-----+--------+-------------------+--------|
| | b | exec | =firefox= | reset |
| | b | exec | =zen-browser= | reset |
| SHIFT | b | exec | =qutebrowser= | reset |
| | d | exec | =vesktop= | reset |
| | e | exec | =emacsclient -c -n= | reset |

File diff suppressed because it is too large Load Diff

View File

@ -119,9 +119,9 @@ Its always nice to have the =BROWSER= variable available in case you
want to do stuff with scripts and your default browser.
#+name: browser
| Variable | Value |
|----------+---------|
| =BROWSER= | =firefox= |
| Variable | Value |
|----------+-------------|
| =BROWSER= | =zen-browser= |
#+begin_src sh
<<export-variables(browser)>>