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

https://github.com/sunjay/dotfiles

My dotfiles and installation script
https://github.com/sunjay/dotfiles

Last synced: about 1 year ago
JSON representation

My dotfiles and installation script

Awesome Lists containing this project

README

          

# dotfiles
My dotfiles

## Installation
Use `./install.sh` from the root directory of this repository to automatically link dotfiles in the correct locations.

You may need to make the file executable first using `chmod 755 install.sh`.

You should only have to do this once or every time you add a new file. You DO NOT need to rerun this script every time you make an edit unless something has stopped worked.

## Adding files
The install script automatically symlinks files to the correct location based on the folder in which they are placed in this repository.

* Files placed in `home/` are automatically moved to `~` or `$HOME`

**IMPORTANT: Files in this repository should NOT have the `.` prefix.** That will be added automatically when the files are symlinked. So to add a `.vimrc` file to `~`, place a file called `vimrc` in the `home/` directory in this repository.