https://github.com/sammcj/scripts
misc scripts
https://github.com/sammcj/scripts
Last synced: 6 months ago
JSON representation
misc scripts
- Host: GitHub
- URL: https://github.com/sammcj/scripts
- Owner: sammcj
- License: mit
- Created: 2014-03-21T03:07:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T03:19:25.000Z (6 months ago)
- Last Synced: 2025-04-03T04:23:47.288Z (6 months ago)
- Language: Shell
- Size: 1.44 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 2,074
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scripts
misc scripts
Note: Worth checking out [.gitignore](.gitignore) as it's a template for my general .gitignore I use often.
It can be made default (global) by running the following command (assuming it resides in ~/git/scripts/.gitignore):```bash
git config --global core.excludesfile ~/git/scripts/.gitignore
```