|
|
@ -6,7 +6,18 @@ Welcome to my personal DotFiles repository. |
|
|
|
|
|
|
|
|
|
|
|
So far, the only things being managed here are |
|
|
|
So far, the only things being managed here are |
|
|
|
|
|
|
|
|
|
|
|
* VIM configs |
|
|
|
* A simple but cool Bash prompt. |
|
|
|
|
|
|
|
* Emacs (tentative) |
|
|
|
|
|
|
|
* i3/sway |
|
|
|
* Tmux config |
|
|
|
* 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. |
|
|
|