Skip to content

whosdustin/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Configs

File description

  • README.md - This file
  • .aliases - alias definitions
  • .profile - bash design and colors
  • .environments - basic environment settings
  • .bashrc - the main RC file

Terminal View

Design inspired by Wild Cherry Terminal

You will need to download the font Fira Code. This will give you the icon looking text.

Branch Emojis

👍 Clean

💩 Dirty

Install

$ git clone https://github.com/whosdustin/bash.git .bash

In the root add a .bash_profile and paste the following code inside.

if [ ! -f $HOME/.bashrc ]; then
  source $HOME/.bash/.bashrc
fi

Close your terminal and reopen.

Done.

The .private file is for you to add TOKENS such as Github.

About

My bash configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages