Thanks to visit codestin.com
Credit goes to github.com

Skip to content

travisbhartwell/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published