Skip to content

telanxu/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

About

Just my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.5%
  • Shell 37.4%
  • Perl 4.5%
  • CSS 3.1%
  • Ruby 1.2%
  • Makefile 0.6%
  • Other 0.7%