Skip to content
View antoine-hnkx's full-sized avatar
  • Belgium
  • 20:48 (UTC +01:00)

Block or report antoine-hnkx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. .dotfiles .dotfiles Public

    Personal dotfiles

    Nix

  2. dotfiles-setup.md dotfiles-setup.md
    1
    # Before Installing
    2
    :warning: Make sure `zsh` is installed and configured with `sudo pacman -Syu zsh` and `chsh -s /bin/zsh`
    3
    
                  
    4
    # Installation
    5
    ### Clone dotfiles repository via https (no ssh key needed)
  3. ssh-config.md ssh-config.md
    1
    # Generate new key pair
    2
    `ssh-keygen -t ed25519 -C "[email protected]"`
    3
    
                  
    4
    # Example Host
    5
    ```