https://github.com/n25a/ring
Bash script to install what you need in every debian destribution of Linux OS
https://github.com/n25a/ring
bash bash-script
Last synced: 12 months ago
JSON representation
Bash script to install what you need in every debian destribution of Linux OS
- Host: GitHub
- URL: https://github.com/n25a/ring
- Owner: n25a
- Created: 2022-10-31T19:50:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T12:49:53.000Z (over 3 years ago)
- Last Synced: 2025-03-24T08:49:27.972Z (over 1 year ago)
- Topics: bash, bash-script
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Ring
This script install anything that you want in your Debian Distribute linux OS.
## Feature
- ZSH
- oh-my-zsh
- terminator
- vscode
- IDE
- DataGrip
- PhpStorm
- Goland
- Pycharm
- docker
- docker-compose
- snap
- postman
- telegram
- vlc
- brave
- spotify
## Installation
For every app you want to install, you have to run the script with the name of the app as argument.
You can see name of app functions in the script.
```bash
sudo sh ring.sh install_oh_my_zsh
```
If you want to install all apps, you can run the script without arguments.
```bash
sudo sh ring.sh
```
## Notes
For better experience, there is suggested theme and plugins.
### [powerlevel10k](https://github.com/romkatv/powerlevel10k)
you can install the zsh theme powerlevel10k.

### [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
For autosuggestions in your zsh, you can install zsh-autosuggestions.

### [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
For syntax highlighting in your zsh, you can install zsh-syntax-highlighting.

### [Other Plugins](https://github.com/unixorn/awesome-zsh-plugins)
There is some plugins that you can install.