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 24b3f9d7da Make README instructions more explicit. 3 years ago
README.md Make README instructions more explicit. 3 years ago
config.vim Use gruvbox8 colorscheme and true colors. 4 years ago
notes.md Add instructions for auto-mounting NTFS partitions. 4 years ago
prompt.sh Add config files. 7 years ago
tmux.conf Add Tmux plugin manager. 4 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 gruvbox8 colorscheme, specifically the gruvbox8_hard variant:

$ curl -Lo ~/.vim/colors/gruvbox8_hard.vim --create-dirs \
  https://raw.githubusercontent.com/lifepillar/vim-gruvbox8/master/colors/gruvbox8_hard.vim

Then add the following to your .vimrc:

source ~/dotfiles/config.vim

Configure tmux

Install Tmux Plugin Manager:

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Run the following command:

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

Then run tmux, and type <Ctrl>-A I to install plugins.

Configure gnome-terminal

Install the Hack font.

Apply the gruvbox8 theme using gnome-terminal-configure.