https://github.com/liby99/liby-mac-scripts
Scripts for Conveniency in Mac OS
https://github.com/liby99/liby-mac-scripts
Last synced: 3 months ago
JSON representation
Scripts for Conveniency in Mac OS
- Host: GitHub
- URL: https://github.com/liby99/liby-mac-scripts
- Owner: Liby99
- Created: 2017-08-11T17:08:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T17:14:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T10:51:05.458Z (5 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac Scripts
## Usage
1. Clone the repository into a directory.
2. Add the directory path to `$PATH` in `~/.bash_profile`:
```
PATH=$PATH:[YOUR_PATH]
```
3. Reload bash source
```
$ source ~/.bash_profile
```
4. Then you can run all the scripts!## Script List
##### `hidehidden`
Hide all the hidden files and reload finder
##### `showhidden`
Show all the hidden files and reload finder