Skip to content

j03l/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

694 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

j03l's dotfiles

A fork of Holman's dotfiles using a topical organization pattern.

how it works

Everything's organized by topic (git, zsh, homebrew, etc). Files are loaded based on their extension:

  • *.zsh - Loaded into your shell environment
  • *.symlink - Symlinked to $HOME without the extension
  • path.zsh - Loaded first to setup $PATH
  • completion.zsh - Loaded last for autocomplete
  • install.sh - Run by script/install
  • bin/ - Added to $PATH

install

git clone https://github.com/j03l/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

This symlinks the appropriate files and sets up your environment. Run bin/dot periodically to update dependencies and macOS defaults.

thanks

Forked from Holman's dotfiles, originally inspired by Ryan Bates' dotfiles.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.5%
  • Ruby 40.5%