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.sh
First install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install stow:
brew install stow
Then link the dotfiles to your home directory:
stow --target $HOME --dir ~/dotfiles --no-folding . --adopt