Add midnight commander and temp config instructions
This commit is contained in:
parent
2ad36439c8
commit
ddfe5ff217
|
@ -70,3 +70,11 @@ Register app-password with gnome-keyring;
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
secret-tool store --label="NextCloud" url cloud.xenia.me.uk
|
secret-tool store --label="NextCloud" url cloud.xenia.me.uk
|
||||||
#+end_src
|
#+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.
|
||||||
|
|
|
@ -122,7 +122,7 @@ in ''
|
||||||
bind = SUPER ALT, T, exec, [workspace 1] alacritty
|
bind = SUPER ALT, T, exec, [workspace 1] alacritty
|
||||||
bind = SUPER ALT, W, exec, [workspace 3] firefox
|
bind = SUPER ALT, W, exec, [workspace 3] firefox
|
||||||
bind = SUPER ALT, A, exec, [workspace 4] alacritty -e khal interactive
|
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, S, exec, [workspace 6] alacritty -e ncspot
|
||||||
bind = SUPER ALT, C, exec, [workspace 7] ferdium
|
bind = SUPER ALT, C, exec, [workspace 7] ferdium
|
||||||
bind = SUPER ALT, R, exec, [workspace 8] remmina
|
bind = SUPER ALT, R, exec, [workspace 8] remmina
|
||||||
|
|
|
@ -38,6 +38,7 @@ in {
|
||||||
dig
|
dig
|
||||||
silver-searcher
|
silver-searcher
|
||||||
gnumake
|
gnumake
|
||||||
|
mc
|
||||||
];
|
];
|
||||||
localBinInPath = true;
|
localBinInPath = true;
|
||||||
shellAliases.rebuild = ''
|
shellAliases.rebuild = ''
|
||||||
|
|
Loading…
Reference in a new issue