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
- Host: GitHub
- URL: https://github.com/sunjay/dotfiles
- Owner: sunjay
- License: mit
- Created: 2015-10-09T17:19:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T04:37:53.000Z (over 5 years ago)
- Last Synced: 2024-12-25T17:09:53.439Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.