https://github.com/asapdotid/midnight-commander-config
Midnight Commander config
https://github.com/asapdotid/midnight-commander-config
file filemanager linux manager midnight-commander terminal
Last synced: 3 months ago
JSON representation
Midnight Commander config
- Host: GitHub
- URL: https://github.com/asapdotid/midnight-commander-config
- Owner: asapdotid
- Created: 2024-06-05T04:38:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T06:49:58.000Z (12 months ago)
- Last Synced: 2024-12-27T16:43:03.288Z (5 months ago)
- Topics: file, filemanager, linux, manager, midnight-commander, terminal
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midnight Commander Config & Skins
GNU Midnight Commander is a visual file manager, licensed under GNU General Public License and therefore qualifies as Free Software. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included.
[Site Documentation](https://midnight-commander.org/)
## Installation
- Copy files from `./skins` to `~/.local/share/mc/skins`
- Copy files from `./config` to `~/.config/mc` (optional)## Activating ways
1. Choose the skin through the mc UI with:
```sh
# F9 > Options > Appearance
```2. Edit `~/.config/mc/ini` and add `skin=onedark`:
```sh
sed -i 's|\(^skin=\).*$|\manjaro|' ~/.config/mc/ini
```3. Run mc with specific skin:
```sh
mc -S manjaro
```4. Add `export MC_SKIN=manjaro` to the initialization file of your shell (e.g., `~/.bashrc` or `~/.zshrc`):
```sh
echo "export MC_SKIN=manjaro" >> ~/.zshrc
```©️ Asapdotid 2024