Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmeridth/dotfiles
JM's dotfiles
https://github.com/jmeridth/dotfiles
dotfiles
Last synced: 7 days ago
JSON representation
JM's dotfiles
- Host: GitHub
- URL: https://github.com/jmeridth/dotfiles
- Owner: jmeridth
- License: mit
- Created: 2016-04-28T13:32:02.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T16:29:42.000Z (3 months ago)
- Last Synced: 2024-10-04T16:25:47.050Z (about 1 month ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 271 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# My dotfiles
Used with GitHub Codespaces and my local dev environment.
## Context
Items in root of repo are used in Codespaces to make that environment more friendly.
Items in `./local` are used on my local machine. Including my `./local/Brewfile` which includes all the apps I use on my local OSX machine.
## Codespaces
Any dot file in root will automatically be copied to home directory in Codespaces environment.
## Local OSX Setup
To Install: `./local/setup.sh`
includes the following
- Homebrew
- commands and apps via Homebrew
- asdf for app versions
- gitconfig (specific to me)
- and others...Cheers,
JM