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