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 👨💻
- Host: GitHub
- URL: https://github.com/denvercoder1/dotfiles
- Owner: DenverCoder1
- License: mit
- Created: 2021-05-26T18:29:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T04:56:30.000Z (11 months ago)
- Last Synced: 2025-02-05T13:40:25.731Z (3 months ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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