Git Product home page Git Product logo

scripts's Introduction

Collections of conveniant scripts

  1. Aliases (linux, git)
  2. Dump a Postgres DB with compression
  3. Check for undervoltage/throttling issues on RPi
  4. Postman visualizer script

Useful packages for newly installed system (specially for Debian-based system)

  1. Install ZSH via official repository
  2. Install oh-my-zsh (choose ZSH as default shell)
  3. Add custom script in this repo (aliases.zsh)
  4. Add useful plugins for ZSH by modifying .zshrc on home directory (maybe needed to install git first)
    1. git
    2. aliases
    3. zsh-autosuggestions (need to clone plugin first in oh-my-zsh custom plugin)
    4. zsh-docker-aliases (need to clone plugin first in oh-my-zsh custom plugin)
  5. Fix Home End key bug when using SSH, add these lines to .zshrc
    # Fix Home End key bug when using SSH
    bindkey  "^[[H"   beginning-of-line
    bindkey  "^[[F"   end-of-line
    bindkey  "^[[3~"  delete-char
    
  6. Add custom color for zsh-autosuggestions in .zshrc
    # Suggestion Highlight Style
    ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#525252"
    

scripts's People

Contributors

leductan-nguyen avatar

Stargazers

 avatar

Watchers

 avatar  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.