Skip to content

tombrereton/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published