Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessekelighine/.dotfiles
dotfiles
https://github.com/jessekelighine/.dotfiles
Last synced: 11 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/jessekelighine/.dotfiles
- Owner: jessekelighine
- Created: 2023-02-28T05:49:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T01:16:19.000Z (29 days ago)
- Last Synced: 2024-12-12T02:24:58.961Z (29 days ago)
- Language: Vim Script
- Homepage:
- Size: 8.79 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: ".dotfiles"
author: "jessekelighine.com"
---```sh
git clone --recurse-submodules "https://github.com/jessekelighine/.dotfiles"
cd ~/.dotfiles
make install
```## Update
```sh
cd ~/.dotfiles
make update
```## Uninstall
```sh
cd ~/.dotfiles
make uninstall
```-----
## Dependencies
- `git`
- `stow`: If `stow` is not available, symlinking directly will be performed.
- `make`