Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.59 KB

setup.md

File metadata and controls

54 lines (47 loc) · 1.59 KB

Installations

Homebrew

  • download
  • brew install zsh
  • brew install fortune
  • brew install cloc
  • brew install watchman
  • brew install vim
  • brew install yarn
  • brew install git
  • antigen package manager
  • update prompt_dir() inside .antigen/bundles/robbyrussell/oh-my-zsh/themes/agnoster.zsh-theme.antigen-compat file with:
  prompt_segment blue $CURRENT_FG ' %20<...<%~%<< '

Terminal

  • copy the following files to ~/
    • .zshrc
    • .hushlogin
  • make zsh default shell: sudo chsh -s $(which zsh)
  • restart terminal

nvm

  • download
  • nvm use/install
  • npm install --global fkill-cli

VSCode

  • [download](https://www.iterm2.com/
  • settings > Keyboard Shortcuts
  • set redo key: cmd+y
  • set Toggle Sidebar Visibility: cmd+1
  • set Toggle Terminal: cmd+2
  • cmd+shift+p > Install 'code' command in PATH

Font

ITerm2

  • download
  • settings > Appareance > disable Dim background windows
  • settings > Profiles > terminal > Silence bell
  • settings > Profiles > text > Font Fira Code
  • settings > Profiles > text > anti-aliased
  • set shortcuts (second comment)

Troubleshooting

  • zsh compinit: insecure directories
sudo chmod -R 755 /usr/local/share/zsh