Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zargony/dotfiles
Zargony's dotfiles
https://github.com/zargony/dotfiles
configuration dotfiles osx
Last synced: 3 months ago
JSON representation
Zargony's dotfiles
- Host: GitHub
- URL: https://github.com/zargony/dotfiles
- Owner: zargony
- Created: 2012-07-14T21:59:52.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:28:35.000Z (9 months ago)
- Last Synced: 2024-05-29T02:09:14.524Z (9 months ago)
- Topics: configuration, dotfiles, osx
- Language: Vim Script
- Homepage:
- Size: 462 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zargony's dotfiles
## Installation
Clone the repository and run `rake`.
The rake install task will go through all files in the cloned repository and creates relative symlinks in the user's home directory.
- Subdirectories will be recursively created if missing.
- Existing files won't be overwritten.
- If you want to symlink a whole directory, just create an empty `.symlink` file in it.## Examples
Assuming that you cloned the repository to ~/.dotfiles, here are a few examples of links that the installation will set up.
```
~/.vimrc -> .dotfiles/.vimrc
~/.ssh/config -> ../.dotfiles/.ssh/config
~/bin -> .dotfiles/bin (which is a directory containing an empty .symlink file)
```## Uninstall
Running `rake uninstall` will remove all symlinks that the installation created.