From 8c5ba5f095c47007e563c21ecc6c3e4531b5bf65 Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Sat, 9 Jan 2021 17:36:15 +0100 Subject: [PATCH] Clean up README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2c4140a..8e471ec 100644 --- a/README.md +++ b/README.md @@ -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 ```