/dotfiles

My dotfiles for mac and linux

Primary LanguageLua

Dotfiles

This is my clientsetup

clean restore

  1. Restore .ssh/{config,gs,git,ed255} keys from backup

  2. Restore .gnupg from backup

  3. Restore .oci from backup

  4. Install comtrya

    $ mkdir bin
    $ curl -fsSL https://get.comtrya.dev | sh
    $ mv comtrya-x86_64-apple-darwin bin/comtrya
  5. Install homebrew

    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  6. Pull dotfiles repo

    $ mkdir -p vcs/github/nce/
    $ cd vcs/github/nce
    $ git clone https://github.com/nce/dotfiles.git
    # Install developer tools
    $ cd dotfiles/comtrya
    $ ~/bin/comtrya apply