arbourd / dotfiles

Env as code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Automated environment as code.

Installation

  1. Install with script

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

    $ ./dot.sh
    Usage: ./dot.sh [COMMAND]
    Commands:
      help              prints this dialog
      clone             clones dotfiles to $GETPATH (~/src)
      link              symlinks dotfiles
      install           installs all packages
    
      install-defaults  installs macos defaults
      install-brew      installs homebrew packages
      install-fisher    installs fisher packages
      install-vim       installs vim packages

About

Env as code

License:MIT License


Languages

Language:Shell 69.5%Language:Vim Script 15.8%Language:Ruby 14.7%