Skip to content

Instantly share code, notes, and snippets.

@upikoth
Last active March 3, 2022 07:29
Show Gist options
  • Save upikoth/0309aa48b27067da51525aabb22cf8c6 to your computer and use it in GitHub Desktop.
Save upikoth/0309aa48b27067da51525aabb22cf8c6 to your computer and use it in GitHub Desktop.
Настройка терминала на mac os
1. устанавливаем https://iterm2.com/
2. устанавливаем oh-my-zsh: sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
3. устанавливаем тему: git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
4. редактируем ~/.zshrc: ZSH_THEME="powerlevel10k/powerlevel10k"
5. перезапускаем терминал
6. устанавливаем настройки
7. iterm2 -> preferences -> profiles -> keys -> presets -> "Natural Text Editing" (чтобы можно было быстро перемещаться в строке терминала)
8. Открываем стандартный терминал, настройки -> профили -> текст -> меняем шрифт на MesloLGS NF (чтобы иконки корректно отображались)
9. Откываем VSCode, commdand + P, settings.json -> Open Settigns Json -> вставляем строку "terminal.integrated.fontFamily": "'MesloLGS NF'", (тоже для иконок в терминале VSCode)
https://gist.github.com/kevin-smets/8568070
https://www.youtube.com/watch?v=D2PSsnqgBiw&t=528s&ab_channel=QuentinWattTutorials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment