Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiejaoude/dotfiles
My dotfiles for setting up my computers and CodeSpaces 🤓
https://github.com/eddiejaoude/dotfiles
codespaces config dotfiles linux macos macosx
Last synced: 17 days ago
JSON representation
My dotfiles for setting up my computers and CodeSpaces 🤓
- Host: GitHub
- URL: https://github.com/eddiejaoude/dotfiles
- Owner: eddiejaoude
- License: mit
- Created: 2020-10-09T13:08:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T23:02:49.000Z (over 2 years ago)
- Last Synced: 2024-08-03T21:03:58.509Z (3 months ago)
- Topics: codespaces, config, dotfiles, linux, macos, macosx
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 26
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eddie Jaoude Dotfiles
This project is idempotent, so you can run it multiple times without any side effects.
Learn more in my YouTube video https://www.youtube.com/watch?v=Xk11eKWuo_Y&t=1s
## QuickStart
1. clone repo locally with `git clone [email protected]:eddiejaoude/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