- git
- bash
- zshrc
- vim
- tmux
- oni
- neovim
- create symlinks
bash makesymlinks.sh
- install HomeBrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- install vimPlug (vim pluggins)
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- install jetbrains mono font
brew tap homebrew/cask-fonts
brew install --cask font-jetbrains-mono
-
use font and enable lignatures in iterm2
-
add itemrm theme from
/iterm/laserwave.itermcolors
-
Install lazygit
brew install jesseduffield/lazygit/lazygit
-
install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
- if needed install node
nvm install 18.0.0 (or any other version)
- Instal vim:
Open vim file and run :PlugInstall
- Upgrade vim: (it uses to generate color issues)
brew install vim
- to use yarn: (refer to https://yarnpkg.com/getting-started/install)
corepack enable