Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 424 Bytes

File metadata and controls

14 lines (12 loc) · 424 Bytes
# scp -R ~/.ssh/* macbook:~/.ssh/

# homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv zsh)"

# tmux
mkdir -p ~/Project/Shell
git clone --depth=1 git@github.com:zthxxx/tmux-config.git ~/Project/Shell/tmux-config
cd ~/Project/Shell/tmux-config
mkdir -p ~/.config/tmux
ln -fs "$(pwd)/tmux.conf" ~/.config/tmux/tmux.conf