Commit Graph

766 Commits

Author SHA1 Message Date
5587b7b3b9 Change vterm-shell to bash 2023-09-26 20:57:20 +02:00
c6366b4d2f Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos 2023-09-25 13:00:26 +02:00
2baa3ddabb Update the markdown snippet 2023-09-25 13:00:18 +02:00
Andreas Zweili
f0a6eafde4 Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos 2023-09-21 15:03:47 +02:00
Andreas Zweili
f86ad7c0cc Disable espanso search 2023-09-21 15:03:37 +02:00
Andreas Zweili
09623e7721 Use bash in vterm 2023-09-20 13:11:41 +02:00
Andreas Zweili
6c6492debc Always load magit
Otherwise the evil-collection doesn't get enabled until I've opened magit once.
This is required because of a bug with evil-collection. If it doesn't get
started after magit, the help menu is broken.
https://github.com/emacs-evil/evil-collection/issues/637
2023-09-20 09:09:54 +02:00
Andreas Zweili
10647a136c Remove duplicate setq 2023-09-20 09:05:43 +02:00
Andreas Zweili
d5a459a756 Load magit after evil-collection 2023-09-20 09:04:05 +02:00
Andreas Zweili
5e1e21c270 Correctly enable auto-revert-mode 2023-09-15 12:25:20 +02:00
Andreas Zweili
d0d7d9e9e6 Update the pdb snippet 2023-09-13 16:13:01 +02:00
a0706bc538 Improve the find-garbage output 2023-09-11 19:36:29 +02:00
Andreas Zweili
c7be71fdd7 Make the VM fullscreen again 2023-09-08 10:02:35 +02:00
8f7e37ae9e Make bold bold in alacritty 2023-09-07 19:36:02 +02:00
120330584f Make alacritty transparent 2023-09-07 19:21:49 +02:00
08ca88086e Disable the Emacs menu bar
I just never really use it.
2023-09-07 18:57:17 +02:00
ea04290655 Use denote from unstable 2023-09-07 17:46:55 +02:00
Andreas Zweili
727c26aff5 Rename Org to Notes 2023-09-06 12:58:35 +02:00
Andreas Zweili
2f884e17ea Add ansible to the programming modes 2023-09-06 12:57:57 +02:00
Andreas Zweili
9141b820e7 Disable relative line numbers 2023-09-06 12:56:43 +02:00
Andreas Zweili
e5805304c0 Disable line-numbers in vterm 2023-09-06 12:56:29 +02:00
664447413d Disable notify for Emacs auto-revert 2023-08-28 20:19:37 +02:00
607c0a0e7d Move shfmt to the correct location 2023-08-28 16:00:46 +02:00
67c69fcb36 Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos 2023-08-27 13:35:10 +02:00
501df831db Add formatter for bash scripts 2023-08-27 13:34:59 +02:00
83f928c44f Add formatter for toml 2023-08-27 13:34:53 +02:00
Andreas Zweili
5318476437 Enable format-all in ansible-mode 2023-08-25 09:00:31 +02:00
Andreas Zweili
e8dd82c2d3 Don't use mosh for the connection to the local VM
I feel it adds sluggishnes to the connection.
2023-08-24 12:18:19 +02:00
Andreas Zweili
831e65ddb1 Make tramp work correctly with a NixOS VM
The VM is running on a Windows host and I connect from a WSL1 environment to
it. For some reason this required these changes even though I can connect
perfectly fine from my NixOS notebook to other NixOS based systems.
2023-08-24 12:12:13 +02:00
Andreas Zweili
b775f32429 Disable colour in projectile-fd
It breaks the output when using project-find-file over tramp.
Related SO posts:
- https://stackoverflow.com/questions/6954479/emacs-tramp-doesnt-work
- https://stackoverflow.com/questions/44241820/emacs-tramp-ssh-fails
2023-08-23 17:06:20 +02:00
Andreas Zweili
5419d7419f Fix the PATH again 2023-08-18 14:18:16 +02:00
Andreas Zweili
5dd2ad93fd Correct the PATH 2023-08-18 14:13:40 +02:00
Andreas Zweili
ee46337409 Add ~/.local/bin to PATH 2023-08-18 14:10:02 +02:00
Andreas Zweili
e604311523 Use a lower resolution with the VM 2023-08-18 12:05:38 +02:00
a5f2be1e0d Update path 2023-08-07 15:37:12 +02:00
Andreas Zweili
ad2323b543 Allow magit to save buffers 2023-08-04 12:40:24 +02:00
Andreas Zweili
f845e36f5c Open project specific shell with F2 2023-08-04 11:58:11 +02:00
Andreas Zweili
b99d39cca8 Revert "Create the direnv layout outside of the project"
This reverts commit a2cd0d26c2.
2023-08-03 09:18:48 +02:00
Andreas Zweili
a2cd0d26c2 Create the direnv layout outside of the project
This is only required for WSL because the share is so slow.
In general I think it is better to store the .direnv directory inside the
project so that when you delete the project Nix can clean the files as well.
2023-08-02 16:00:37 +02:00
Andreas Zweili
c9e2b01828 Disable git safe directory check 2023-08-02 14:20:25 +02:00
Andreas Zweili
14950aaa85 Remove the ansible package from Emacs
It should use the version we provide with the repo.
2023-08-02 11:33:36 +02:00
Andreas Zweili
a1d5fd3af2 Move nodejs away from the Emacs module
The nodejs version from Nixpkgs doesn't work with WSL1
2023-08-02 11:12:17 +02:00
Andreas Zweili
4b02d80e7e Add missing ' 2023-08-02 09:44:41 +02:00
568c89b95b Remove zetteldeft from Emacs 2023-08-01 18:30:13 +02:00
617a1c9b3f Remove the spaces from the denote frontmatter
Otherwise the notes get reformatted every time by prettier.
2023-08-01 11:13:15 +02:00
02a9d23130 Correct keybinding for denote
C-c C-n is already used by markdown mode
2023-07-23 23:07:04 +02:00
6f20d591d7 Use correct function for denote 2023-07-23 22:58:14 +02:00
5d02b4275c Actually enable the denote module 2023-07-23 22:49:23 +02:00
5c194c49dd Fix autoloading emacs packages 2023-07-23 22:49:09 +02:00
e76959e0d0 Make denote links clickable 2023-07-23 22:35:09 +02:00