Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrast/dotfiles
https://github.com/jrast/dotfiles
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrast/dotfiles
- Owner: jrast
- Created: 2013-01-27T13:22:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T22:10:17.000Z (over 8 years ago)
- Last Synced: 2024-11-12T02:49:55.967Z (3 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```