GithubHelp home page GithubHelp logo

bash-personal's Introduction

Stephan's bash config

Yay.

General Configuration

  1. Put git SSH keys in ~/.ssh
  2. Modify ~/.ssh/config to use them for github.com:
    Host github.com
        IdentityFile ~/.ssh/zuercher_github_rsa
    
  3. Clone bash-personal:
    mkdir ~/personal && cd personal
    git clone [email protected]:zuercher/bash-personal.git
    
  4. Configure bash:
    echo source ~/personal/bash-personal/bash_common.sh >>~/.bash_profile
    

Mac Customizations

  1. File... Import... open configs/Personal.terminal, and set config as default.
  2. Run ./configs/Shortcuts.sh to add ⌘⌥← and ⌘⌥→ shortcuts for navigating Terminal tabs and so forth.
  3. Run ./configs/disable_power_chime.sh to disable the power chime sound when a power adapter is plugged in.

Git Customizations

If bash-personal/profile/git-completion.bash exists, it will be sourced and is expected to provide git command line completion.

Similarly, if bash-personal/profile/git-prompt.sh exists, it is sourced and expected to produce a __git_ps1 function which is placed in the shell prompt.

Both scripts are available from https://github.com/git/git/blob/master/contrib/completion/ and can be installed via ./configs/install_git_helpers.sh.

Git Hooks

The script install-git-hooks can install several types of git hooks.

bash-personal's People

Contributors

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