/dotfiles

:cyclone:

Primary LanguageLua

dotfiles

check

$ make

Git

to sign commits using your GPG key;

~/.gitconfig_private

[user]
    email = <your-email>
    signingkey = <gpg-fingerprint>

[commit]
    gpgsign = true

[alias]
    lg = log --graph --show-signature

Github

public key; https://github.com/web-flow.gpg
to add your GPG public key to Github; https://github.com/settings/gpg/new

Zsh

private settings to ~/.zshrc.local

Neovim

> vim
:PlugInstall

Theme

Run $ make set theme=onedark and restart the terminal