

#Iterm profiles code

Markdown All in One - I love this because I can highlight a piece of text and paste in a link and it will automatically format the markdown for me, similar to this feature in GitHub.I’ll just highlight some of my favorite extensions that I use in VS Code: Pro-tip: Turn on VS Code settings sync! Extensions

Now the terminal in VS Code looks nice also! Adding the font configuration, osx shell, and shell to use when using a Linux environment (ie: in Codespaces):.Add/modify these lines to your VS Code settings.json file by opening the command palette ( CMD/ CTRL + Shift + P) and typing > Preferences: Open Settings (JSON) : To allow VS Code’s terminal to look similar to the iTerm terminal, there are a few additional things we need.
#Iterm profiles how to
You can now back up your ~/.zshrc file and ~/.p10k.zsh files in a dotfiles repository similar to mine by creating symlinks (documentation on how to do this is in my repo also). If you’re using the powerlevel10k theme, make sure to set up the font in VS Code’s terminal as well! That should be all you need to make your terminal look exactly like mine 😀.
#Iterm profiles install
Install powerlevel10k zsh theme - basically clone the repo and modify the ~/.zshrc file to update the ZSH_THEME.

#Iterm profiles download
Download my iTerm profile as a json file and import into iTerm.Install iTerm2: brew install -cask iterm2.I wrote up these instructions for my co-worker, but I thought I would re-purpose them into a blog post that I can share with others as well! iTerm2, oh-my-zsh, and powerlevel10k theme setup I was going to link them to my Powerlevel10k Zsh Theme in GitHub Codespaces, but then I realized: this is for setting up a development environment in Codespaces, not so much locally. Hint: I do! I also came from a Windows background and only first started using macOS for work in late 2019. They had asked if I had any tips on setting up your local development environment. A new team member had just joined my team at GitHub and it was their first time using macOS as the primary work machine.
