Skip to content

dotfiles, sensible hacker defaults for macOS and Linux

License

Notifications You must be signed in to change notification settings

stefancrain/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stefan's Dotfiles

Setting up

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don't want or need. Don't blindly use my settings unless you know what that entails. Use at your own risk!

  # Create a Code folder
  $ mkdir -p ~/Code/
  # clone repository
  $ chezmoi init --source ~/Code/.dotfiles [email protected]:stefancrain/dotfiles.git
  # enter dotfiles project
  $ cd ~/Code/.dotfiles
  # Install Mac Requirements
  $ brew bundle install
  # - Install Linux Requirements see Requirements section below
  # see what would be changed by applying dotfiles
  $ chezmoi diff
  # If you're happy with the changes then apply them
  $ chezmoi apply

Requirements