Skip to content

kang8/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kang's dotfiles

1. clone this repo

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

2. 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

3. 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