This commit is contained in:
Dmitry Voronin 2023-12-07 02:16:25 +03:00
parent 6e32cfa832
commit b2f3b228cc

View file

@ -12,6 +12,8 @@ This is my own custom config that I use on my GNU/Linux machines. Not meant to b
6. [Bash commands.](#bash-commands) 6. [Bash commands.](#bash-commands)
7. [To-do later.](#to-do-later) 7. [To-do later.](#to-do-later)
Additional references can be found in [.doc](.doc) directory.
# Bootstrap. # Bootstrap.
**CAREFUL!** This will overwrite files with the same name in your home directory! **CAREFUL!** This will overwrite files with the same name in your home directory!
@ -36,6 +38,7 @@ It includes:
11. Custom background. 11. Custom background.
12. Flatpak overrides. 12. Flatpak overrides.
13. Custom fonts. 13. Custom fonts.
14. MangoHud config.
# Load Gnome settings. # Load Gnome settings.
@ -300,11 +303,21 @@ Normal|`<Space>=`|Equalize split sizes.
# Bash commands. # Bash commands.
To get help with usage info run:
```text
$ help <COMMAND>
or
$ h <COMMAND>
```
## Android. ## Android.
Command|Description Command|Description
---|--- ---|---
`emulator`|Start android emulator. Not portable, it has to be named "default". `emulator [NAME]`|Starts an Android emulator. Default name is "default".
## Archive. ## Archive.
@ -312,7 +325,7 @@ Those are self-written scripts to create archives. They are basically compressed
Command|Description Command|Description
---|--- ---|---
`archive [FILES]`|Create archive with the best compression (slow). If no args given, archives all files in current directory as separate archives. `archive [DIRS]`|Create archive with the best compression (slow). If no args given, archives all files in current directory as separate archives.
`archive_fast [FILES]`|Like normal `archive` but with minimal compression. `archive_fast [FILES]`|Like normal `archive` but with minimal compression.
`archive_check [ARCHIVES]`|Check specified archives or all archives in current directory. `archive_check [ARCHIVES]`|Check specified archives or all archives in current directory.
`archive_name [ARCHIVES] [NAME]`|Rename specified archive ro specified name or simplify name for specified archive or simplify names for all archives. `archive_name [ARCHIVES] [NAME]`|Rename specified archive ro specified name or simplify name for specified archive or simplify names for all archives.