Skip to content

Commit

Permalink
Update and rename README.org to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w authored Oct 6, 2024
1 parent 7215b8c commit 46af010
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 45 deletions.
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Dotfiles

``` {.bash org-language="sh"}
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](darwin/macOS.sh)

5. Link Documents to Dropbox and lock it

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

6. Set youdao appID and key for Launchbar (\~ ID)

7. Import GPG subkeys

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

8. Authenticate Github CLI

```shell
gh auth login
gh extension install github/gh-copilot
```

## Server

1. Import GPG public key

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

2. Authenticate Github CLI

```shell
gh auth login
gh extension install github/gh-copilot
```
45 changes: 0 additions & 45 deletions README.org

This file was deleted.

0 comments on commit 46af010

Please sign in to comment.