My own configuration files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
415 B

# README #
Welcome to my personal DotFiles repository.
... 'cause all the cool kids have one, right?
So far, the only things being managed here are
5 years ago
* A simple but cool Bash prompt.
* Emacs (tentative)
* i3/sway
* Tmux config
5 years ago
* 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
```
5 years ago
Yup, just this.