36 lines
2.1 KiB
Markdown
36 lines
2.1 KiB
Markdown
```
|
|
██████╗██████╗ ██╗ ██╗███╗ ██╗ ██████╗██╗ ██╗██████╗ █████╗ ███╗ ██╗ ██████╗
|
|
██╔════╝██╔══██╗██║ ██║████╗ ██║██╔════╝██║ ██║██╔══██╗██╔══██╗████╗ ██║██╔════╝
|
|
██║ ██████╔╝██║ ██║██╔██╗ ██║██║ ███████║██████╔╝███████║██╔██╗ ██║██║ ███╗
|
|
██║ ██╔══██╗██║ ██║██║╚██╗██║██║ ██╔══██║██╔══██╗██╔══██║██║╚██╗██║██║ ██║
|
|
╚██████╗██║ ██║╚██████╔╝██║ ╚████║╚██████╗██║ ██║██████╔╝██║ ██║██║ ╚████║╚██████╔╝
|
|
╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝
|
|
#! scripts
|
|
```
|
|
|
|
# Crunchbang
|
|
|
|
A personal collection of utility scripts for macOS and for server administration of Linux.
|
|
|
|
## Scripts
|
|
|
|
| Script | Platform | Description |
|
|
|---|---|---|
|
|
| `dock.sh` | macOS | Manage Dock settings (check tile size, reset to defaults) |
|
|
| `movefiles.sh` | macOS | Move files matching a search word between directories |
|
|
| `toggle-metal-hud.sh` | macOS | Toggle the Metal GPU performance HUD on/off |
|
|
|
|
## Usage
|
|
|
|
Scripts live in the `scripts/` directory. Run any script without arguments for usage info.
|
|
|
|
```bash
|
|
git clone https://github.com/yourusername/crunchbang.git
|
|
cd crunchbang
|
|
chmod +x scripts/*.sh
|
|
```
|
|
|
|
## Requirements
|
|
|
|
- macOS or Linux
|
|
- Bash
|