Skip to content

tshu-w/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

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

macOS

  1. Ensure iCloud Unison folder downloaded

  2. Grant terminal Full Disk Access

  3. make

  4. Finish TODO and FIXME in macOS.sh

  5. Link Documents to Dropbox and lock it

sudo rm -rf ~/Documents && ln -s ~/Library/CloudStorage/Dropbox/Documents ~
sudo chflags -h uchg ~/Documents
  1. Set youdao appID and key for Launchbar (~ ID)

  2. Import GPG subkeys

gpg --import private-subkeys.asc
gpg --edit-key [key-id]
gpg> trust
  1. Authenticate Github CLI
gh auth login
gh extension install github/gh-copilot

Server

  1. Import GPG public key
gpg --search-keys mail@address
gpg --export-ssh-key mail@address > ~/.ssh/authorized_keys
gpg --import .config/gnupg/public.asc
  1. Authenticate Github CLI
gh auth login
gh extension install github/gh-copilot