feat: install default config.conf to /etc/maomao/config.conf

This commit is contained in:
DreamMaoMao 2025-02-23 21:37:59 +08:00
parent 4ab5884931
commit 9030579b18
3 changed files with 18 additions and 8 deletions

View file

@ -86,7 +86,8 @@ mkdir -p ~/.config/maomao/
# config
you can use `MAOMAOCONFIG` env to set the config folder path
you can use `MAOMAOCONFIG` env to set the config-folder-path and the autostart-folder-patch
like `MAOMAOCONFIG=/home/xxx/maomao`
- the only default keybinds is ctrl+alt+[F1-F12] to change tty
@ -94,6 +95,8 @@ you can use `MAOMAOCONFIG` env to set the config folder path
- the default autostart path is `~/.config/maomao/autostart.sh`
- the fallback config path is in /etc/maomao/config.conf
# my dotfile
[maomao-config](https://github.com/DreamMaoMao/dotfile/tree/main/maomao)