Skip to content

ergusto/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Configs are managed with GNU Stow and symlinked into $HOME.

Install

Install Xcode Command Line Tools, Homebrew, and Oh My Zsh if not already installed:

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

Then clone and run setup:

git clone https://github.com/ergusto/dotfiles.git ~/dotfiles
cd ~/dotfiles && bash ./setup.sh

What's included

Configs: zsh, neovim, tmux, git

Tools: eza, bat, fzf, zoxide, lazygit, powerlevel10k, zsh-autosuggestions, zsh-syntax-highlighting

Local overrides

These paths are for machine-specific config that shouldn't be in source control:

  • ~/.zshrc-local
  • ~/.bin-local/
  • ~/.gitconfig-local

About

Dotfiles managed with GNU Stow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors