Add midnight commander and temp config instructions

This commit is contained in:
Evie Litherland-Smith 2023-10-10 10:34:34 +01:00
parent 2ad36439c8
commit ddfe5ff217
3 changed files with 10 additions and 1 deletions

View file

@ -70,3 +70,11 @@ Register app-password with gnome-keyring;
#+begin_src bash
secret-tool store --label="NextCloud" url cloud.xenia.me.uk
#+end_src
* Midnight Commander
** TODO Convert to use home-manager properly
Instructions from [[https://github.com/catppuccin/mc][GitHub - catppuccin/mc: 🌜 Soothing pastel theme for Midnight Commander]]:
#+begin_src bash
mkdir -p $HOME/.local/share/mc/skins && cd $HOME/.local/share/mc/skins && git clone https://github.com/catppuccin/mc.git && ln -s -f ./mc/catppuccin.ini .
#+end_src
Then set theme in src_bash[mc]{mc} F9 appearance menu.

View file

@ -122,7 +122,7 @@ in ''
bind = SUPER ALT, T, exec, [workspace 1] alacritty
bind = SUPER ALT, W, exec, [workspace 3] firefox
bind = SUPER ALT, A, exec, [workspace 4] alacritty -e khal interactive
bind = SUPER ALT, F, exec, [workspace 5] thunar
bind = SUPER ALT, F, exec, [workspace 5] alacritty -e mc
bind = SUPER ALT, S, exec, [workspace 6] alacritty -e ncspot
bind = SUPER ALT, C, exec, [workspace 7] ferdium
bind = SUPER ALT, R, exec, [workspace 8] remmina

View file

@ -38,6 +38,7 @@ in {
dig
silver-searcher
gnumake
mc
];
localBinInPath = true;
shellAliases.rebuild = ''