Skip to content

rafaelsq/dotfiles

Repository files navigation

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