dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My dotfiles, heyyyy

dotfiles

nvim, tmux, macOS defaults and brew bundle, etc.

Installation

Dependencies

These need to be installed, first. See new macOS setup here.

  • git: to clone the repo
  • curl: to download some stuff
  • tar: to extract downloaded stuff
  • fish: the shell
  • stow: for managing symlinks

Install

$ git clone https://github.com/adamelmore/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ stow .

Update

To update, you just need to git pull and run stow . again:

$ cd ~/.dotfiles
$ git pull origin main
stow .

macOS defaults

Set up macOS defaults with:

$DOTFILES/macos/set-defaults.sh

Will require a system restart.

Themes and fonts being used

Theme is Dracula, font is Operator Mono.