Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 800 Bytes

README.md

File metadata and controls

67 lines (44 loc) · 800 Bytes

.dotfiles

여러 컴퓨터에 동일한 환경을 사용하기 위한 repo.

  • 단축키 세팅
    • git aliases
    • tmux aliases
  • brew install
    • neovim
    • tmux
    • iterm2
  • dotfiles
    • .zshrc
    • .tmux.conf
    • .gitconfig

Init

  1. prepare xcode tools (git, homebrew 설치에 필요)
xcode-select --install
  1. install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. install git
brew install git
  1. git clone
git clone https://github.com/JAAAAAEMKIM/.dotfiles.git
  1. run install.sh
~/.dotfiles/install.sh
  1. check home dir

To do next

Clone nvim config repository

Oh-my-zsh config

Install nvm, node

Install rust

Install vscode

Install chrome

Install bun

...