Skip to content

Bash shell configurations that ease your life when working with the terminal application

Notifications You must be signed in to change notification settings

effelow/bash-shell-configuration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Shell Configuration

Description:

This repo holds useful bash shell client configurations. The .bash_profile contains a set of aliases and shell functions that eases your when life working with the terminal.

Create a ~/.work_profile! It will hold all individual configurations of your workstation! This will allow you to customize configurations in case you have multiple workstations and still share general configurations across at the same time.

Work from others

Installation

Download the git repo into a directory of your choice. I just put it in a directory named "github" in my home directory.

$ git clone https://github.com/effelow/bash-shell-configuration.git

Create a symlink in your home linking the .bash_profile, .bash_prompt, and .aliases in the repo. (In case any of these files exist just delete or move them)

$ ln -s ./github/bash-shell-configuration/.bash_profile ~/.bash_profile
$ ln -s ./github/bash-shell-configuration/.bash_prompt ~/.bash_prompt
$ ln -s ./github/bash-shell-configuration/.aliases ~/.aliases

Add the .gitconfig to your local git configuration.

$ edit ~/.gitconfig
    [include]
        path = ~/github/bash-shell-configuration/.gitconifig

Create a ~/.work_profile

$ echo "# workstations customizations" > ~/.work_profile

Finally, to configure your preferred color settings, go to preferences --> Profiles --> Press "+" to Add new profile --> Navigate to the Colors tab --> Color presets.

About

Bash shell configurations that ease your life when working with the terminal application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%