Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greg-1-anderson/shell-scripts
Useful shell scripts and configuration
https://github.com/greg-1-anderson/shell-scripts
Last synced: 2 months ago
JSON representation
Useful shell scripts and configuration
- Host: GitHub
- URL: https://github.com/greg-1-anderson/shell-scripts
- Owner: greg-1-anderson
- Created: 2023-06-21T18:44:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T21:40:31.000Z (3 months ago)
- Last Synced: 2024-10-05T03:42:01.615Z (3 months ago)
- Language: Shell
- Size: 343 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Scripts
To get started, run:```bash
source install
```This will also install the following projects:
- [History Recall](https://github.com/g1a/history-recall)
- [fd](https://github.com/g1a/fd)
- [git-bashrc](https://github.com/g1a/git-bashrc)Also, all of the scripts contained in this project are added to the `$PATH` once installed.
## Index of Scripts
- `base-linux-install`
Run with "sudo" on Linux systems; adds base components useful for software development et. al.- `base-mac-install`
Run on MacOS systems to install base components needed for productive development.- `codec-install`
Install all of the non-open Codec packages needed for multimedia access on Ubuntu Linux.- `exodus`
Create a working local instance of one or more Pantheon sites; presumes target is using a LAMP stack.- `gsvn`
Provides an svn-like wrapper tool to access Git repositories using svn syntax.- `remove-dbprefix`
Remove the db-prefix from a Drupal site that uses one, renaming the sql table names to match.- `resetmysqladminpw`
Reset the admin password on a local mysql server- `restore-macos-preferences.sh`
Configure the preferences on a MacOS system to match a base set of configuration- `save-macos-preferences.php`
Write a new version of the `restore-macos-preferences.sh` capturing the current values of all of the preference settings that are saved by these scripts.- `sourcelines`
Make an attempt to count how many lines of code, not including comments, are in a given project.- `ssh-copy-id.sh`
A version of the ssh-copy-id tool to run on MacOS machines.