Added docker to homebrew and some slight emacs config for dired

This commit is contained in:
Random936 2024-05-23 20:43:14 -07:00
parent 64b811f5ef
commit 7f5a39479e
2 changed files with 3 additions and 2 deletions

View File

@ -485,7 +485,8 @@ Dired is a built-in package in Emacs that allows for basic file navigation. Whil
:config :config
(evil-collection-define-key 'normal 'dired-mode-map (evil-collection-define-key 'normal 'dired-mode-map
"h" 'dired-single-up-directory "h" 'dired-single-up-directory
"l" 'dired-single-buffer)) "l" 'dired-single-buffer
"T" 'dired-create-empty-file))
#+end_src #+end_src
*** Dired Single *** Dired Single

View File

@ -9,7 +9,6 @@
git git
iterm2 iterm2
discord discord
docker
]; ];
homebrew = { homebrew = {
@ -23,6 +22,7 @@
"tailscale" "tailscale"
"nextcloud" "nextcloud"
"nordvpn" "nordvpn"
"docker"
]; ];
}; };