This is my personal dotfiles repository. It contains my configuration files for various programs and tools. I use this repository to keep my dotfiles in sync across multiple machines.
Main tools used:
- Brew
- Git
- Fish / Fisher
- FNM
- Starship
git clone https://github.com/seanogdev/dotfiles.git
cd dotfiles
sh _scripts/install.shFirst install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Then run the setup script. This will link your dotfiles to your home directory and install all necessary packages.
/bin/bash -c "setup.sh"