Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 833 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 833 Bytes

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.