https://github.com/yagoluiz/setup-os
Shell setup in Operation Systems (OS)
https://github.com/yagoluiz/setup-os
bash linux setuptools
Last synced: about 2 months ago
JSON representation
Shell setup in Operation Systems (OS)
- Host: GitHub
- URL: https://github.com/yagoluiz/setup-os
- Owner: yagoluiz
- Created: 2020-08-09T12:42:27.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T14:15:05.000Z (over 2 years ago)
- Last Synced: 2025-10-10T07:08:47.931Z (9 months ago)
- Topics: bash, linux, setuptools
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup OS
Shell setup in Operation Systems (OS) based on [ew-ubuntu-setup](https://github.com/ErickWendel/ew-ubuntu-setup).
## Run setup
- Linux distributions based APT (Advanced Package Tool).
```bash
sh linux-setup.sh
```
### nvm
Add nvm in zsh:
1) Open hidden file *.zshrc* in **Home** folder
2) Search name **plugins=**
3) Add nvm, example: **plugins=(git nvm)**