My configuration for bash, vim, git, tmux and a few other tools can be found on GitHub now.
I have spent a considerable amount of time to get them working on OS X and Linux.
(Tested on Mac OS X Yosemite 10.10.3 and Debian 7.8 – YMMV!)
https://github.com/florianbeer/dotfiles
To use them, clone the git repository and call make
in the directory. If you are on OS X you should also install the included font to take full advantage of the tmux status line.
✋ Caution: This will overwrite your stuff! Seriously – you have been warned ✋
git clone https://github.com/florianbeer/dotfiles.git ~/.dotfiles cd ~/.dotfiles make . ~/.bash_profile
To use git you will probably want to create the file ~/.gitconfig.local
and add your name and email address:
[user] name = Jeff Strongman email = jeff@example.org
If you have any questions or critique please direct them to the GitHub Issues page.
Pull Requests for bugfixes, additions and improvements are very welcome.
My dotfiles was written by Florian Beer and originally appeared on http://blog.no-panic.at/2015/04/25/my-dotfiles/