An open API service indexing awesome lists of open source software.

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)

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"