Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamesbarwell/dotfiles

My config
https://github.com/jamesbarwell/dotfiles

Last synced: 15 days ago
JSON representation

My config

Awesome Lists containing this project

README

        

dotfiles
========

```shell
# Set up dotfiles
git clone https://github.com/JamesBarwell/dotfiles.git /tmp/dotfiles
cp /tmp/dotfiles/.vimrc ~/
cp /tmp/dotfiles/.gitconfig ~/

# Set up bash
cat /tmp/dotfiles/bashrc-additions >> ~/.bashrc

# Set up vim
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
```