bashstrap

A quick way to spruce up your terminal in OSX.

  • Owner: andrewrk/naught
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Based on Mathias Bynens epic dotfiles - https://github.com/mathiasbynens/dotfiles

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}
    
  3. Run source ~/.bash_profile or restart iTerm or terminal.

Installation: iTerm (5 mins)

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

  1. Install iTerm.
  2. Prettier font: iTerm Preferences > Profiles > Default > Text > Regular Font & Non-ASCII > 14pt Menlo regular
  3. Unbold font: iTerm Preferences > Profiles > Default > Text > Text Rendering > uncheck "Draw bold text in bold font"
  4. Lighter blue for the directory highlighting: iTerm Preferences > Profiles > Default > Colors > click Blue and make it lighter

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

Main metrics

Overview
Name With Ownerandrewrk/naught
Primary LanguageJavaScript
Program languageShell (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2012-08-29 23:16:17
Pushed At2022-10-26 14:37:28
Last Commit At2015-09-07 08:39:42
Release Count26
Last Release Name1.6.0 (Posted on 2015-09-07 08:39:42)
First Release Name0.0.1 (Posted on 2012-09-21 16:20:45)
用户参与
Stargazers Count793
Watchers Count29
Fork Count69
Commits Count188
Has Issues Enabled
Issues Count74
Issue Open Count27
Pull Requests Count14
Pull Requests Open Count7
Pull Requests Close Count5
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private