Skip to content

stavros-liaskos/be-bop-a-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Be bop a Bash

My bash configuration for Mac.

Install

Step 1: Clone

git clone https://github.com/stavros-liaskos/be-bop-a-bash.git && cd be-bop-a-bash

Step 2: Install Plugins

Install plugins based on user input

bash plugins-install.sh

Step 3: Update Profile

Install your bash_profile

./install.sh

Note: Run this script after git pull to install your the latest .bash_profile

Features

Sets .gitignore_global with some basic excludes.

For all private information (tokens, private PATH, etc), add a ~/be-bop-a-bash/private file.
Run ./install, it will be sourced but not overwritten

Info

To reset an alias:

unalias ll

To list all of your configured aliases:

alias

To reset a function:

unset -f foo

To see the definition (for each defined alias, keyword, function, builtin or executable file):

type -a foo

To see the type (for each defined alias, keyword, function, builtin or executable file):

type -t foo

You can always invoke cat after aliasing ccat by typing \cat.

Extra

Sources

https://natelandau.com/my-mac-osx-bash_profile/
https://github.com/mathiasbynens/dotfiles
https://git-scm.com/book/en/v1/Git-Basics-Tips-and-Tricks

About

bash shell configuration for mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages