Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 352 Bytes

File metadata and controls

18 lines (15 loc) · 352 Bytes

Configs

My working environment configs

First Install

  1. Install homebrew
  2. git clone https://github.com/jerkydev/dotconfig.git .dotconfig
    cd .dotconfig
    git submodule update --init --recursive
    brew install stow
    stow .
    brew bundle
    ./scripts/tweak_macos.sh
    
  3. Reboot
  4. Don't forget to install tmux plugins (Md-I)