https://github.com/syntaxseed/environmentresources
Custom Bash aliases, prompts and backup scripts.
https://github.com/syntaxseed/environmentresources
Last synced: about 1 month ago
JSON representation
Custom Bash aliases, prompts and backup scripts.
- Host: GitHub
- URL: https://github.com/syntaxseed/environmentresources
- Owner: syntaxseed
- License: mit
- Created: 2018-11-13T01:38:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T23:16:57.000Z (over 1 year ago)
- Last Synced: 2024-11-29T00:23:36.340Z (over 1 year ago)
- Language: Shell
- Size: 2.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Environment Resources
Created by @SyntaxSeed (Sherri W)
## Contains ##
* Nice Bash command prompts.
* Handy Bash aliases.
* BashCustom/ directory is to be copied to home dir and linked into .bashrc.
* Bash Scripts to backup:
* Global Composer json and lock files.
* VSCode extensions list, snippets and settings/keymap files.
* PHP.ini files.
* Npm global config.
* Global Git config file.
* Linux System settings.
## Nice Bash Prompts: ##

See BashPrompts/README.md for details.
## Automatic Backup ##
There is a script (BackupScripts/backupenv.sh) to automatically back these (listed above) up to a target directory/repo (Linux). You may need to tweak this for your environment. Run it like so:
$ sh backupenv.sh
The Bash aliases file includes a global alias for this backup script: 'backupenv'.

## Licence ##
This information is made freely available under the MIT licence. See LICENSE file.
Various settings and configuration files may have licenses under their respective softwares.