Browse Source

Updated readme

master
Julio Biason 5 years ago
parent
commit
e64500e8f1
  1. 15
      README.md

15
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/<path>/dotfiles/bash/bash_ps1.bash
```
To "install" those configurations, use the `install.sh` script. It will create symbolic links in the proper places.
Yup, just this.

Loading…
Cancel
Save