Skip to content

Latest commit

 

History

History
67 lines (59 loc) · 2.1 KB

README.md

File metadata and controls

67 lines (59 loc) · 2.1 KB

Dotfiles

We use GNU Stow to symlink files to the home directory. This makes it easier to manage dotfiles such as .zshrc, .vimrc, etc.

Some dotfiles require programs to be installed follow the instructions below depending on your OS.

Mac

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Add Homebrew Bundle to import/export

brew tap Homebrew/bundle

Import Brew Bundle

cd ~/dotfiles
brew bundle

Install Stow and symlink dotfiles

brew install stow
cd ~/dotfiles
stow .

Exporting Brewfile

brew bundle dump

General Setup

Add the following text to your ~/.gitconfig

[include]
    path = .gitconfig.dotfiles

Linux

Requirements

Most Used Tools

  • Arc
  • Raycast
  • Obsidian
  • Itsycal
  • Bartender
  • Zsh
  • Starship Prompt
  • Orbstack
  • Lazyvim
  • Wezterm

Notes