https://github.com/dstein64/dotfiles
My personal dotfiles.
https://github.com/dstein64/dotfiles
dotfiles screen vim
Last synced: 8 months ago
JSON representation
My personal dotfiles.
- Host: GitHub
- URL: https://github.com/dstein64/dotfiles
- Owner: dstein64
- License: mit
- Created: 2019-02-02T05:31:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:39:02.000Z (over 1 year ago)
- Last Synced: 2024-10-26T07:59:11.004Z (over 1 year ago)
- Topics: dotfiles, screen, vim
- Language: Vim Script
- Homepage:
- Size: 198 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![build][badge_thumbnail]][badge_link]
dotfiles
========
My personal dotfiles.
Installation
------------
#### Install
```sh
$ git clone https://github.com/dstein64/dotfiles ~/.dotfiles
```
#### Update
```sh
$ cd ~/.dotfiles
$ git pull origin master
```
Usage
-----
#### List available packages
```sh
$ ls -1 ~/.dotfiles/packages
```
#### Install specific packages
```sh
$ ~/.dotfiles/install.sh package1 [package2 ...]
```
#### Install all packages
```sh
$ ~/.dotfiles/install.sh
```
Cleanup
-------
Using `install.sh` to *update* packages does not remove files and directories that
have been deleted or moved. Cleanup has to be done manually.
License
-------
The source code has an [MIT License](https://en.wikipedia.org/wiki/MIT_License).
See [LICENSE](https://github.com/dstein64/dotfiles/blob/master/LICENSE).
[badge_link]: https://github.com/dstein64/dotfiles/actions/workflows/build.yml
[badge_thumbnail]: https://github.com/dstein64/dotfiles/actions/workflows/build.yml/badge.svg