Skip to content

Cross-platform dev environment for macOS, GNU/Linux, and WSL 🚀

License

Notifications You must be signed in to change notification settings

yuzhoumo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joe's dotfiles

This is a single repository with my personal dotfiles intended to work across macOS, WSL, and most GNU/Linux distros.

Install with Git

git clone https://github.com/yuzhoumo/dotfiles "${HOME}/dotfiles" && \
  "${HOME}/dotfiles/sync.sh" && rm -rf "${HOME}/dotfiles"

Install without Git

mkdir "${HOME}/dotfiles" && \
  curl -#L https://github.com/yuzhoumo/dotfiles/tarball/main --silent | \
  tar -xzv --strip-components 1 -C "${HOME}/dotfiles" && \
  "${HOME}/dotfiles/sync.sh" && rm -rf "${HOME}/dotfiles"

Full OS configurations

This repository is a dependency for my full OS setup automations listed below:

About

Cross-platform dev environment for macOS, GNU/Linux, and WSL 🚀

Topics

Resources

License

Stars

Watchers

Forks