Ruby on Rails + iOS + Flutter Engineer로 새 터미널을 위한 개인 설정
저는 현재 iOS 엔지니어이지만 항상 마음 속으로는 풀 스택 가이였습니다. 이제 필요한 것과 원하는 몇 가지를 기반으로 새 터미널을 설정하는 방법을 알려드리겠습니다.
초기의
brew install node
단말기
brew cask install iterm2
brew install zsh
sh -c "$(curl -fsSL[<https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh>](<https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh>))"
git clone [<https://github.com/denysdovhan/spaceship-prompt.git>](<https://github.com/denysdovhan/spaceship-prompt.git>) "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
brew tap homebrew/cask-fonts
을 설치한 다음 brew install --cask font-hack-nerd-font
brew install tmux
git clone [<https://github.com/zsh-users/zsh-autosuggestions>](<https://github.com/zsh-users/zsh-autosuggestions>) ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone <https://github.com/zsh-users/zsh-syntax-highlighting.git> ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone [<https://github.com/zsh-users/zsh-completions>](<https://github.com/zsh-users/zsh-completions>) ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
ssh-keygen -t rsa
확인:How to manage multiple GitHub accounts on a single machine with SSH keys
cp -r dotfiles/ ~/
를 복제하거나 자체 구성을 사용하십시오. 소스 명령 실행:
- source ~/.zshrc
- source ~/.vimrc
tmux 플러그인 관리자 설치
git clone [<https://github.com/tmux-plugins/tpm>](<https://github.com/tmux-plugins/tpm>) ~/.tmux/plugins/tpm
tmux source ~/.tmux.conf
Prefix + I
편집자(VIM)
brew install neovim
vim 플러그인 설치
:PlugInstall
```sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \\
<https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim>'```
루비
rbenv install -l
를 사용하여 목록을 확인합니다.울타리
brew install postgres
(비컨테이너화 프로젝트의 경우) brew install --cask docker
brew install redis
(비컨테이너화 프로젝트의 경우) 아이폰 OS | 안드로이드 | 실룩 거리다
기타(선택사항)
Mozilla Minimalist Theme
일부 vim 플러그인:
Reference
이 문제에 관하여(Ruby on Rails + iOS + Flutter Engineer로 새 터미널을 위한 개인 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/jaimejazarenoiii/my-personal-setup-for-a-new-terminal-as-a-ruby-on-rails-ios-flutter-engineer-2fom텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)