Skip to content

tshu-w/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My awesome dotfiles

git clone --recurse-submodules https://github.com/tshu-w/dotfiles.git

macOS

ensure iCloud mackup downloaded

grant terminal Full Disk Access

make

TODO and FIXME in macOS.sh

link Documents to Dropbox and lock it

sudo rm -rf ~/Documents && ln -s ~/Library/CloudStorage/Dropbox/Documents ~
sudo chflags -h uchg ~/Documents

set youdao appID and key for Launchbar

~ ID

import GPG subkeys

gpg --import private-subkeys.asc
gpg --edit-key [key-id]
gpg> trust

gpg -K --with-keygrip
echo [A]Keygrip >> $XDG_CONFIG_HOME/gnupg/sshcontrol

Server

import GPG public key

gpg --search-keys mail@address
gpg --export-ssh-key mail@address > ~/.ssh/authorized_keys
gpg --import .config/gnupg/public.asc