Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)**