diff --git a/README.md b/README.md index 249bde0..a6b306c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,18 @@ Welcome to my personal DotFiles repository. So far, the only things being managed here are -* VIM configs +* A simple but cool Bash prompt. +* Emacs (tentative) +* i3/sway * Tmux config +* VIM configs + +## The Bash Prompt + +The easiest way to install the Bash prompt is to add, on your `.bashrc`: + +```bash +source $HOME//dotfiles/bash/bash_ps1.bash +``` -To "install" those configurations, use the `install.sh` script. It will create symbolic links in the proper places. \ No newline at end of file +Yup, just this.