Skip to content

dwy6626/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

De-Wei Ye's Config

Setup List

Secrets (in 1Password)

  • patched Monaco
  • ~/.ssh/config
  • gpg private key

zsh

https://dwye.dev/post/zsh-zim-powerlevel10k/

  1. install zim:
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
  1. replace .zshrc, .zimrc to ~/.
  2. zimfw install

Git commit with gpg verification

get gpg private key and passphrase in 1password

# brew install gnupg pinentry-mac

gpg --import ~/path/to/gpg_private_key
echo "no-tty" > ~/.gnupg/gpg.conf
echo "pinentry-program $(which pinentry-mac)" > ~/.gnupg/gpg-agent.conf

killall gpg-agent

test:

echo "test" | gpg --clearsign

SSH key-gen

ssh-keygen -C "david@dwye.dev"

and press return, return ...

cat ~/.ssh/id_rsa.pub

and paste to the github settings

zsh Theme

echo "zmodule romkatv/powerlevel10k" >> ~/.zimrc
zimfw install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages