Configuration files for a simple Linux dev environment.
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.
 
 
Titouan Rigoudy fd25bced72 Enable syntax highlighting and filetype detection in Vim. 7 years ago
README.md Add config files. 7 years ago
config.vim Enable syntax highlighting and filetype detection in Vim. 7 years ago
prompt.sh Add config files. 7 years ago
tmux.conf Add config files. 7 years ago

README.md

Setup

First, clone this repository into ~/dotfiles.

Configure bash

Add the following to your .bashrc:

# Better prompt.
source ~/dotfiles/prompt.sh

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 jellybeans.

Then add the following to your .vimrc:

source ~/dotfiles/config.vim

Configure tmux

Run the following command:

$ ln -s ~/dotfiles/tmux.conf .tmux.conf