rafaelsq / dotfiles

:cyclone:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:cyclone:


Languages

Language:Lua 62.3%Language:Makefile 15.8%Language:Shell 12.1%Language:Vim Snippet 7.4%Language:JavaScript 2.5%