Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yagoluiz/setup-os
Shell setup in Operation Systems (OS)
https://github.com/yagoluiz/setup-os
bash linux setuptools
Last synced: 29 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T14:15:05.000Z (about 1 year ago)
- Last Synced: 2024-05-03T03:44:25.835Z (8 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)**