An open API service indexing awesome lists of open source software.

https://github.com/denvercoder1/dotfiles

Jonah Lawrence's dotfiles for computer configurations 👨‍💻
https://github.com/denvercoder1/dotfiles

Last synced: 22 days ago
JSON representation

Jonah Lawrence's dotfiles for computer configurations 👨‍💻

Awesome Lists containing this project

README

        

# Jonah Lawrence's dotfiles

This project is idempotent, so you can run it multiple times without any side effects.

## QuickStart

1. clone repo locally with `git clone [email protected]:DenverCoder1/dotfiles.git`
1. navigate into project directory `cd dotfiles.git`
1. install core config with `./install`

Then to install individual configs, for example VSCode plugins, use

```
./install -c install.conf.vscode.yaml
```

*Note: to install all conf use `./install -c install.conf.yaml`*

## Resources

- https://github.com/Vaelatern/init-dotfiles
- https://github.com/anishathalye/dotbot
- https://github.com/eddiejaoude/dotfiles