Git Product home page Git Product logo

gg_installer's Introduction

Go Git scripts installer

This is a simple script I wrote to install my other simple scripts. Hope you'll find some of them usefull

πŸ’‹ BDSM (Bash Database SQL Manager)

Smart script to do various things with your database. Script description: https://github.com/michaelradionov/bdsm

Stable version

eval "$(curl "https://raw.githubusercontent.com/michaelradionov/gg_installer/master/gg_installer.sh")" && gg_installer bdsm

Nightly version

eval "$(curl "https://raw.githubusercontent.com/michaelradionov/gg_installer/master/gg_installer.sh")" && gg_installer bdsm_nightly

🎭 Git Aliases

Usefull Git aliases. Script description: https://github.com/michaelradionov/git-alias

For Git v2+

eval "$(curl "https://raw.githubusercontent.com/michaelradionov/gg_installer/master/gg_installer.sh")" && gg_installer gg_aliases

For Git v1.X

eval "$(curl "https://raw.githubusercontent.com/michaelradionov/gg_installer/master/gg_installer.sh")" && gg_installer gg_aliases_1X

πŸ‘‹ Hello Bash

Bash prompt generator with Git support

Script description: https://github.com/michaelradionov/helloBash

eval "$(curl "https://raw.githubusercontent.com/michaelradionov/gg_installer/master/gg_installer.sh")" && gg_installer hello_bash

DFH

df -h with Cron and Slack

Script description: https://github.com/michaelradionov/dfh

eval "$(curl "https://raw.githubusercontent.com/michaelradionov/gg_installer/master/gg_installer.sh")" && gg_installer dfh

Brancher

Our branch switcher little script

Script description: https://github.com/Flagstudio/brancher

eval "$(curl "https://raw.githubusercontent.com/michaelradionov/gg_installer/master/gg_installer.sh")" && gg_installer brancher

Features

  • It works on Windows, Mac and Linux in Bash supporting terminals
  • It backups your old .bashrc to something like .bashrc.backup_2018-08-17
  • It writing single line of code in your ~/.bashrc for all GG scripts
  • This line is first checking foΠΊ scripts existence and only then sourcing them. So it will never break anything

Requirements

  • Bash support. Check by executing bash --version
  • cURL CLI support. Check by executing curl --version
  • Sourcing ~/.bashrc file on session start. Check by:
    1. executing echo 'echo "It works"' >> ~/.bashrc
    2. then start new terminal session. If you see "It works!" then you good.
    3. Then delete this line from your ~/.bashrc.
  • For the previous item. If you don't know where is ~/.bashrc, you should execute cd (without parameters), then pwd. Output will be your home path, it equals ~.
  • If you have literally ANY trouble with installing and using script, please, create an issue in Github repo https://github.com/michaelradionov/gg_installer.

gg_installer's People

Contributors

michaelradionov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.