Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.57 KB

README.md

File metadata and controls

68 lines (49 loc) · 1.57 KB

Kang's dotfiles

1. Generating a new SSH key and adding it to the ssh-agent

ssh-keygen -a 256 -t ed25519 -C "comment"

/usr/bin/ssh-add --apple-use-keychain ~/.ssh/id_ed25519

2. clone this repo

git clone --recurse-submodules --depth=1 https://github.com/kang8/.dotfiles.git

3. Install Homebrew first, and use brew bundle to install all dependencies from the Brewfile

# From: https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Setup brew
eval "$(/opt/homebrew/bin/brew shellenv)"

brew bundle

4. Run init.sh, follow the prompts to complete the setup.

./init.sh

It will setup:

It will install:

Need manual setup:

stow ibus-rime
stow sublime-text
stow wakatime
stow gnupg

4. Cron job

# Manual set crontab path:
crontab ~/.dotfiles/crontab
# Check setup
crontab -l