https://github.com/vyahello/shell-config
🐚 Useful system configuration files (bash + zsh + vim)
https://github.com/vyahello/shell-config
shell
Last synced: about 1 year ago
JSON representation
🐚 Useful system configuration files (bash + zsh + vim)
- Host: GitHub
- URL: https://github.com/vyahello/shell-config
- Owner: vyahello
- License: apache-2.0
- Created: 2018-06-21T10:25:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T19:02:45.000Z (over 4 years ago)
- Last Synced: 2025-03-05T18:30:09.508Z (over 1 year ago)
- Topics: shell
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Shell config
My useful shell (`bashrc`, `zshrc` and `vimrc`) configuration files/scripts for system. Enjoy it!
# Usage
## Setup
Please put shell configs into the root of your home directory e.g:
```shell script
mv ~/
```
Please put shell scripts into `/usr/local/bin` directory:
```shell script
mv /usr/local/bin
```
## Contributing
- clone the repository
- configure Git for the first time after cloning with your name and email
```bash
git config --local user.name "Volodymyr Yahello"
git config --local user.email "vyahello@gmail.com"