/dotfiles

Personal dotfiles and system tools installation scripts

Primary LanguageShellMIT LicenseMIT

dotfiles

Personal dotfiles and system tools installation scripts

Prerequistes

  1. Install taskfile:

    https://taskfile.dev/installation/

  2. Install git

  3. Install golang, or run:

     setup-go.sh
    
  4. Install mage:

     go run main.go install:mage
    

For now majority of tools, and configurations I'm using are set up with bash scripts, but are slowly being moved into a golang scripts, to be run by mage

To list existing mage targets run:

mage