My dotfiles...
Find a file
Fernando Schauenburg 3e64d54317 [bash] improve ls aliases
When the GNU version of `ls` is not installed (e.g. on a new Mac), the
previous alias causes problems because the --group-directories-first
option is not supported and makes `ls` fail. This commit fixes that by
checking which version is installed and creating the alias accordingly.
2018-03-04 18:25:22 +01:00
bin Add git churn and what-the-hell-just-happened 2016-02-02 01:02:27 +01:00
dircolors Initial commit 2015-06-13 21:09:33 +02:00
resources [vim] use standard Unicode in statusline (airline) 2017-02-05 19:36:30 +01:00
vim/autoload Update vim-plug 2017-11-09 18:18:37 +01:00
.gitignore Ignore .netrwhist 2017-11-09 18:19:24 +01: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] improve ls aliases 2018-03-04 18:25:22 +01:00
gitconfig [git] add git LFS 2017-01-27 14:44:20 +01: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 Add README with instructions to get rcm 2017-04-25 15:58:15 +02:00
README.md Add README with instructions to get rcm 2017-04-25 15:58:15 +02:00
tmux.conf Fix tmux startup on Cygwin 2017-06-07 17:20:54 +02:00
vimrc Add SREC file support to vim 2017-11-09 18:25:00 +01:00

Getting started (see https://github.com/thoughtbot/rcm#installation):

  1. Install rcm:

    sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm sudo apt-get update sudo apt-get install rcm

  2. Install the dotfiles:

    env RCRC=$HOME/.dotfiles/rcrc rcup