Skip to content

arbourd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

380 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Automated environment as code.

Installation

  1. Install with script

    $ curl -sSL https://raw.githubusercontent.com/arbourd/dotfiles/main/dot | zsh -s -- init
  2. Run dot

    $ dot help
    Usage: dot [COMMAND]
    Commands:
      help              prints this dialog
      init              clones dotfiles to GETPATH (~/src) and symlinks dot to ~/.local/bin
      install           installs all packages
      install-defaults  installs macos defaults
      install-brew      installs homebrew packages
      install-fisher    installs fisher packages
      install-vim       installs vim packages
      link              symlinks dotfiles and removes stale symlinks
      update            updates the dotfiles repository
      version           prints the current commit sha

Contributors