dotfiles
Hey John! What settings do you use for _____?
Here are most of the configuration files I use for my dev environment, editor, apps, linting, debugging, etc.
Also included are scripts I use for bootstrapping my environment, currently Windows 11's WSL2. (
Installation
Ignore the steps below and just go to this site to see how I'm manually doing it right now:
Use git and GitHub to Manage Your dotfiles
Open a terminal and follow along!
- Clone this repository: git clone https://github.com/johnmilazzo/dotfiles
- CD into the folder: cd dotfiles
- Execute the bootstrap script: sh ./install.sh
- Restart the terminal or run source ~/.zshrc
👍