From 4bc2344444365dd514d9b6f637d545d8cc4a4d4f Mon Sep 17 00:00:00 2001 From: Anthony Bouch Date: Sat, 6 Jan 2018 02:44:19 +0700 Subject: [PATCH] Updated README --- README.markdown | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.markdown b/README.markdown index 204e44a..e44b46e 100644 --- a/README.markdown +++ b/README.markdown @@ -18,6 +18,8 @@ Then edit your .bashrc file to include the following.. source ~/.bash/completions source ~/.bash/config +## Configuration + #### PS1 Prompt There are example (commented) PS1 prompt versions in bashrc_sample using: @@ -30,7 +32,7 @@ There are example (commented) PS1 prompt versions in bashrc_sample using: #### tmux -Note - I've temporarily removed the sub-repo to Gregory Pakosz's amazing Tmux config +Note - I've temporarily removed the sub-repo to Gregory Pakosz's amazing Tmux config https://github.com/gpakosz/.tmux The very slow shell spawn times in WSL meant that Gregory's config was very slow to load. I've trimmed down the settings and extracted Gregory's helper functions into the tmux directory. There is a sample tmux.conf and tmux.conf.local in the .dotfiles directory root which will be symlinked as ~/.tmux.conf and ~/.tmux.config.local after running install.sh. Powerline modified fonts are also included as a sub-repo, which you'll need for Powerline symbol support in both Tmux and vim-airline. @@ -39,31 +41,31 @@ I've trimmed down the settings and extracted Gregory's helper functions into the Should work under WSL, MacOS and Linux -See the basrc_sample script - which can be copied to your own .bashrc file. +See the basrc_sample script - which can be copied to your own .bashrc file. https://github.com/58bits/dotfiles/blob/master/bashrc_sample Initial Windows Subsystem for Linux support is in the bashrc_sample file. ## Features -Nice PS1 prompt from Wayne E. Seguin [http://beginrescueend.com/ of RVM fame](http://beginrescueend.com/) which can be found in the contrib section of RVM. +Nice PS1 prompt from Wayne E. Seguin [http://beginrescueend.com/ of RVM fame](http://beginrescueend.com/) which can be found in the contrib section of RVM. https://github.com/wayneeseguin/rvm/blob/master/contrib/ps1_functions A copy of the function is also in the bash/functions directory - so that it can be sourced without RVM is installed. -Alternative PS1 prompt from Martin Gondermann's bash-git-prompt. +Alternative PS1 prompt from Martin Gondermann's bash-git-prompt. https://github.com/magicmonty/bash-git-prompt -The Bitstream Vera Sans Mono fonts are also included in the repo: -http://www-old.gnome.org/fonts/ -http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ -http://www.58bits.com/blog/2011/03/15/beautiful-developers-font +The Bitstream Vera Sans Mono fonts are also included in the repo: +http://www-old.gnome.org/fonts/ +http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ +http://www.58bits.com/blog/2011/03/15/beautiful-developers-font You'll need to update your `.gvimrc` accordingly if you choose not to use Vera Sans Mono. -A git submodule link to Powerline modifed fonts is located in the fonts directory +A git submodule to Powerline modifed fonts is located in the fonts directory https://github.com/powerline/fonts -My ultimate Vim color theme, daring-dark.vim is now vim and gvim matched. +My ultimate Vim color theme, daring-dark.vim is now vim and gvim matched. https://github.com/58bits/dotfiles/blob/master/vim/colors/daring-dark.vim Also contains my cleaned-up Vim config and core plugins, all loaded via pathogen.