Skip to content

Latest commit

 

History

90 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dot Files

My configuration files are managed by the awesome chezmoi tool.

This configuration currently supports:

  • Mac OS on Apple Silicon
  • Linux (specifically Raspberry Pi OS and Ubuntu on WSL)

Bootstrapping a New Machine

bootstrap_script="bootstrap-$(uname -s).sh" &&
    curl -sSL -O "https://raw.githubusercontent.com/travisbhartwell/dotfiles/main/bootstrap/${bootstrap_script}" &&
    chmod +x "${bootstrap_script}" &&
    ./"${bootstrap_script}" &&
    unset bootstrap_script

About

Latest personal dot files

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages