Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 663 Bytes

File metadata and controls

33 lines (23 loc) · 663 Bytes

Dotfiles

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

Installation

git clone https://github.com/seanogdev/dotfiles.git
cd dotfiles
sh _scripts/install.sh

Sync

First 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"