Giter Club home page Giter Club logo

bashstrap's Introduction

Bashstrap

Bashstrap is a quick way to spruce up OSX terminal. It cuts out the fluff, adds in timesaving features, and provides a solid foundation for customizing your terminal style.

screenshot

Feature list

Faster directory navigation

  • Open your current directory in Sublime Text (with just 2 characters)
  • Jump directories rapidly, without having to set aliases—using Z (my favorite feature!)
  • Tab bar displays your current directory
  • Lots of quick shortcut aliases that I use for git and moving around directories

Customized bash prompt line

  • Git branch status inline
  • ☠ ahoy! An easily customizable symbol
  • Stripped out extraneous text

Updated color scheme

  • Colored 'ls'
  • Syntax highlighted 'cat'

Installation: dotfiles (2 mins)

  1. Back up your current dotfiles (optional):

     mv ~/.bash_profile ~/.bash_profile_backup
     mv ~/.bashrc ~/.bashrc_backup
     mv ~/.gitconfig ~/.gitconfig_backup
    
  2. Install Bashstrap into your home dir:

     cd; curl -#L https://github.com/barryclark/bashstrap/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,screenshot.png}
    

Installation: iTerm (10 mins)

Following these steps will make your iTerm look identical to mine in the screenshot above.

  1. Install iTerm.
  2. Turn off long tab titles: iTerm Preferences > Appearance > Windows & Tab Titles > uncheck them all
  3. Prettier font: iTerm Preferences > Profiles > Default > Text > Regular Font & Non-ASCII > 16pt Menlo regular
  4. Unbold font: iTerm Preferences > Profiles > Default > Text > Text Rendering > uncheck "Draw bold text in bold font"
  5. Lighter blue for the directory highlighting: iTerm Preferences > Profiles > Default > Colors > click Blue and make it lighter
  6. Make default window size bigger: iTerm Preferences > Profiles > Default > Window > Setting for New Windows > I like Columns: 80, Rows 28

For more on configuring Bashstrap, see my blog post: Creating Bashstrap

bashstrap's People

Contributors

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