My dotfiles...
Find a file
2018-04-14 20:49:30 +02:00
bin Install reattach-to-user-namespace during setup 2018-04-08 01:32:53 +02:00
dircolors Initial commit 2015-06-13 21:09:33 +02:00
resources [git] add typical local configurations 2018-04-08 01:07:05 +02:00
vim [vim] align options on tab stop for convenience 2018-04-14 18:58:11 +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] remove newline from PS1 2018-04-05 19:29:21 +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] fix immediate exit on Linux 2018-03-28 15:31:33 +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.