dotfiles

dotfiles, sensible hacker defaults for macOS and Linux

MIT License

Stars
5

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