nce / dotfiles

My dotfiles for mac and linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This is my clientsetup

clean restore

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

  2. Restore .gnupg from backup

  3. Install comtrya

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

    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  5. 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

About

My dotfiles for mac and linux


Languages

Language:Lua 71.0%Language:TeX 15.9%Language:Shell 13.1%