n25a / ring

Bash script to install what you need in every debian destribution of Linux OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

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.

sudo sh ring.sh install_oh_my_zsh

If you want to install all apps, you can run the script without arguments.

sudo sh ring.sh

Notes

For better experience, there is suggested theme and plugins.

powerlevel10k

you can install the zsh theme powerlevel10k.

Demo

zsh-autosuggestions

For autosuggestions in your zsh, you can install zsh-autosuggestions.

Demo

zsh-syntax-highlighting

For syntax highlighting in your zsh, you can install zsh-syntax-highlighting.

Demo

Other Plugins

There is some plugins that you can install.

About

Bash script to install what you need in every debian destribution of Linux OS


Languages

Language:Shell 100.0%