GitXplorerGitXplorer
j

dotfiles

public
12 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
47c7ef9f7a06197a2947026775e08a421ee3b020

fix: more

jjmeridth committed 5 months ago
Verified
a46c8795b189a88506dfabb32313468b651cce9f

fix: use git config --unset correctly

jjmeridth committed 5 months ago
Verified
a540e993e18fcd615b95dfa4de8c2dc747e07083

fix: handle codespaces only signing with gpg

jjmeridth committed 5 months ago
Verified
7bb4ebc310ec21387901d25ba7e3eb7156f8af3d

fix: don't need setup.sh in root

jjmeridth committed 5 months ago
Verified
8e518e420915f0ad15b770478315a2a9618a9746

chore: redo dotfiles to work with codespaces

jjmeridth committed 5 months ago
Verified
a16ae7b9ccbb91876f4b95b89f9c2ac13036e0d2

chore: update files

jjmeridth committed 5 months ago

README

The README file for this repository.

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