Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecaine-zz/user_info_script
MacOS shell script to display user and system information
https://github.com/codecaine-zz/user_info_script
bash macos shell-script zsh
Last synced: about 2 months ago
JSON representation
MacOS shell script to display user and system information
- Host: GitHub
- URL: https://github.com/codecaine-zz/user_info_script
- Owner: codecaine-zz
- Created: 2024-07-06T20:49:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T21:01:29.000Z (6 months ago)
- Last Synced: 2024-10-13T00:44:15.470Z (3 months ago)
- Topics: bash, macos, shell-script, zsh
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# User Info Script
This repository contains a script called `user_info.sh` that provides information about the user.
## Usage
To use the `user_info.sh` script, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/your-username/user_info_script.git
```2. Navigate to the repository directory:
```bash
cd user_info_script
```3. Run the script:
```bash
./user_info.sh
```The script will display various information about the user, such as their user information, hostname and os information, CPU information, memory information, disk information, network information.
Feel free to customize the script or contribute to the repository by submitting a pull request.