My dotfiles config
Shell
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
aliases
bash_prompt
bashrc
exports
functions
install.sh

README.md

dotfiles

My dotfiles config including

  • aliases - Some cool aliases I'm using
  • bash_prompt - Customizing PS1 and PS2 variables
  • exports - Some config for the .bash_history file
  • functions - Some cool functions I'm using

Install

  • Go to your home directory: cd ~
  • Checkout the source: git clone git@github.com:elacheche-bedis/dotfiles.git.
  • Go to dotfiles directory: cd dotfiles
  • Make install.sh executable chmod +x install.sh
  • Run the script: ./install.sh
  • Enjoy