https://github.com/aubreypwd-old/.scripts
My custom scripts - Archived 12/1/16
https://github.com/aubreypwd-old/.scripts
Last synced: 4 months ago
JSON representation
My custom scripts - Archived 12/1/16
- Host: GitHub
- URL: https://github.com/aubreypwd-old/.scripts
- Owner: aubreypwd-old
- Created: 2016-03-10T03:22:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T19:44:08.000Z (over 8 years ago)
- Last Synced: 2024-12-31T21:16:03.435Z (6 months ago)
- Language: PHP
- Homepage: https://github.com/aubreypwd/.files
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# scripts
My custom scripts that should be symlinked to `~/scripts`.
# xampp.php
Easy way to add a local dev environment with XAMPP.
`sudo php ~/scripts/xampp.php add mydomain.dev`
# add-db.php
Adds a database (local). Should work for most MySQL on local, but
intended for my XAMPP install.`sudo php ~/scripts/add-db.php `
# set-screenshots.sh
`sh ~/scripts/set-screenshots.sh`
Sets the screenshots folder to `~/Downloads`.
# downloads-clean.sh
`sh ~/scripts/downloads-clean.sh`
Cleans out the `~/Downloads` folder.
# dnsflush.php
`sh ~/scripts/dnsflush.sh`
Flushes the DNS cache.
# DS_Store-clean.sh
`sh ~/scripts/DS_Store-clean.sh`
Cleans your system of these damn things but keeps the one that makes our
window stay the same.