Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 702 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 702 Bytes

Dotfiles

Usage

git pull --rebase && git submodule update --init --recursive

Software setup

MacOS

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install tmux
brew install --cask alacritty
brew install --cask wezterm
brew install --cask karabiner-elements
brew install --cask firefox

Linux

References

effective-shell

oh-my-tmux

LazyVim

oh-my-zsh

Homebrew

清华大学开源软件镜像站