|
|
|
@ -1,29 +1,32 @@ |
|
|
|
# Setup |
|
|
|
|
|
|
|
First, clone this repository into ~/dotfiles. |
|
|
|
First, clone this repository into `~/dotfiles`. |
|
|
|
|
|
|
|
# Configure bash |
|
|
|
## Configure bash |
|
|
|
|
|
|
|
Add the following to your .bashrc: |
|
|
|
|
|
|
|
```sh |
|
|
|
# Better prompt. |
|
|
|
source ~/dotfiles/prompt.sh |
|
|
|
``` |
|
|
|
|
|
|
|
# Configure vim |
|
|
|
## Configure vim |
|
|
|
|
|
|
|
Install the jellybeans colorscheme, either by downloading jellybeans.vim into |
|
|
|
.vim/colors/, or by installing a plugin manager and using it to install |
|
|
|
Install the jellybeans colorscheme, either by downloading `jellybeans.vim` into |
|
|
|
`.vim/colors/`, or by installing a plugin manager and using it to install |
|
|
|
jellybeans. |
|
|
|
|
|
|
|
Then add the following to your .vimrc: |
|
|
|
Then add the following to your `.vimrc`: |
|
|
|
|
|
|
|
``` |
|
|
|
source ~/dotfiles/config.vim |
|
|
|
``` |
|
|
|
|
|
|
|
# Configure tmux |
|
|
|
## Configure tmux |
|
|
|
|
|
|
|
Run the following command: |
|
|
|
|
|
|
|
```sh |
|
|
|
$ ln -s ~/dotfiles/tmux.conf .tmux.conf |
|
|
|
$ ln -s ~/dotfiles/tmux.conf ~/.tmux.conf |
|
|
|
``` |