Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammyhenningsson/dotfiles
https://github.com/sammyhenningsson/dotfiles
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sammyhenningsson/dotfiles
- Owner: sammyhenningsson
- Created: 2017-07-09T07:59:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T20:19:05.000Z (about 1 year ago)
- Last Synced: 2024-10-27T23:44:30.742Z (2 months ago)
- Language: Vim Script
- Size: 1.08 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Some bash scripts for syncing dotfiles.## Usage
#### install
```sh
dotfiles install [target_dir] [file1|file2|..]
```
Install one or multiple files into target_dir. If target_dir is not given then $HOME is used as target.#### uninstall
```sh
dotfiles uninstall [target_dir] [file1|file2|..]
```
Uninstalls one or multiple files from target_dir. If target_dir is not given then $HOME is used as target.#### reset
```sh
dotfiles reset [target_dir] [file1|file2|..]
```
Revert local changes of files.#### update
```sh
dotfiles update
```
Update files to latest git commit.#### status
```sh
dotfiles status
```
Print status about which files are linked/installed.### TODO
Add support for configuring (or manually specifying) target filenames