My dotfiles...
Find a file
Fernando Schauenburg 807d172521 [bash] fix inconsistent PATH and MANPATH
These two major problems existed:

 * PATH got multiple instances of the same entries for nested shells.
 * MANPATH got set, but ignoring the results of the system's `manpath`
   command. This caused some man pages to be missing, because the
   presence of MANPATH variable prevents man from looking up man pages
   at the paths returned from `manpath`.

Both issues are now fixed :)

BONUS: we abstract the last absolute locations we had in terms of where
Homebrew is installed. For Linux, Cygwin, or Mac without Homebrew we
assume all our custom tools will be installed under /usr/local. It is
easy enough to change that in case we have a different directory in a
specific system.
2018-04-15 20:01:43 +02:00
bin [bootstrap] better name and location 2018-04-15 11:30:01 +02:00
dircolors Initial commit 2015-06-13 21:09:33 +02:00
resources [bootstrap] better name and location 2018-04-15 11:30:01 +02:00
vim [vim] better status line (no percentage) 2018-04-15 14:17:13 +02:00
.gitignore [vim] place viminfo inside .vim/ 2018-04-14 18:55:13 +02:00
.gitmodules [vim] use standard Unicode in statusline (airline) 2017-02-05 19:36:30 +01:00
bash_profile [bash] move configuration to .bashrc 2017-02-04 16:41:33 +01:00
bashrc [bash] fix inconsistent PATH and MANPATH 2018-04-15 20:01:43 +02:00
gitconfig [git] replace tabs with whitspace 2018-04-14 20:49:30 +02:00
gitignore_global Initial commit 2015-06-13 21:09:33 +02:00
hushlogin Initial commit 2015-06-13 21:09:33 +02:00
inputrc Initial commit 2015-06-13 21:09:33 +02:00
minttyrc Don't show scrollbar in mintty 2017-11-09 18:21:34 +01:00
rcrc [rc] fix missing file extension 2018-03-28 15:31:33 +02:00
README.md Fix quoting in README 2018-04-07 20:22:46 +00:00
tmux-macos.conf [tmux] fix immediate exit on Linux 2018-03-28 15:31:33 +02:00
tmux.conf [tmux] stay in copy mode on drag end 2018-04-15 12:08:49 +02:00

Installation

Install using:

    cd $HOME && \
    git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles && \
    .dotfiles/bin/setup.sh

Installation of the dotfiles is handled automatically from setup.sh via rcm.