Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jrast/dotfiles


https://github.com/jrast/dotfiles

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dotfiles
Vim and Bash config files

## Installation
```bash
git clone git://github.com/jrast/dotfiles.git /home//dotfiles
chmod +x /home//dotfiles/makesymlinks.sh
/home//dotfiles/makesymlinks.sh
```

If you run this script as sudo (for example during vagrant up/provision) you can pass an aditional
parameter `-u` to specifie for which user you wan't to run the script:
```bash
/bin/bash /home/vagrant/dotfiles/makesymlinks.sh -u vagrant
```