How do I customize Windows on my MacBook? – Simple steps

When you’re working as a software developer on MacOS, it’s common to spend hours opening a terminal window because from there you have the opportunity Run different scripts converted to tasks or the configuration you ordered for your system.

Personalize your macbook for a personal touch

If you’re not satisfied with the colors and overall look of your current terminal, we’ll let you know that there are Ways to have a custom interfaceif you’re interested in knowing how, read on and we’ll tell you right away.

How do I configure macOS Terminal for developers?

Apple has been watching The most pleasant user experience, taking into account everyone’s different tastes and needs. Additionally, these enhance personality through system customization, from changing my MacBook’s desktop background image or screen to modifying the appearance of the terminal.

OS X Terminal is characterized by its extremely basic white background color and black text, however, many users find that Customization and execution benefits of iTerm2if you’re interested in learning how to activate it on your Mac, we’ll tell you now.

Install homebrew

As a power user of OS systems, you usually know every aspect of configuring your computer so that you can perform everyday tasks comfortably, maybe you’ve done things like customizing the top bar of the Finder, and now you’re looking for ways to tweak your Terminal.To do this, you must start Install the homebrew package manager.

Install themes from the command line

First, you must install Xcode, Apple’s application development kit, if not, open a traditional terminal and enter the command «xcode-select -install». Then it’s time to install Homebrew, for this you enter the command «/usr/bin/ruby -e «$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.

Find and install iTerm2

It’s time to install iTerm2, an app with the following features; Tab color changes, depending on the current state of each tab, smart selection, with double and triple clicks, setting the option key as a meta key, and the option to customize a specific color scheme, i.e. in this case we What are you looking for. From the same terminal window, you have to type «brew cask install iterm2».

Install ZSH and Oh-My-ZSH

To be able to customize the iTerm environment in source and theme and window, you have to follow more steps, it’s about Install the Oh My-ZSH plugin, which in turn requires you to install ZSH first by executing the following statement in terminal «brew install zsh». Now you need to choose download code according to your environment, for Wget «sh -c» $(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)» , while in Curl «sh -c «$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)»

Find, install and customize themes

The shell command line system ZSH will be familiar to all developers, although today we’ll be focusing on customizing graphics themes and installing plugins in our terminals using the console utility framework Oh My Zsh.this plugin Offers a catalog of over 150 themes of personalization.

  • display them in alphabetical order and Choose one you likeavailable at: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes.
  • Next, execute «open ~/.zshrc» in the terminal, you can Open the file in a text editor.
  • Find the variable «ZSH_THEME» and Edit it with theme name Your choice, for example, «ZSH_THEME=»agnoster»».
  • Now to customize the selected theme, you must Close the current terminal and open iTerm2go to «Preferences ➝ Profiles ➝ Colors» and find the «Color Presets» button in the lower right corner, where you can choose your favorite color palette.

Installing themes on macbook is easy

How do I use my Mac’s Terminal command line?

If you are not yet a MacOs user, first buy your MacBook from the official Apple website so you can enjoy the process in the comfort of your home and you can have Gain benefits and advantages These devices are provided.

For example, a powerful and personal terminal tailored to your needs. iTerm2 is a terminal replacement that allows you to use some extra features, which is handy for you if you have it installed now Learn more about how it worksso keep reading.

Use basic commands

there is a series of Basic commands in iTerm2 It lets you run from hidden MacBook Dock, new tab: command + t, close tab: command + w, switch to full screen: command + enter, search: command + f, vertical split screen: command + d and horizontal screen split : command + shift + d.

Use advanced commands

With iTerm2 you can also run Advanced Features This becomes especially useful in your tasks as a developer, which include triggers, which you can use to configure heatsinks for keywords, badges, which assign each window a watermark for easy identification, or escape codes , which allows you to enter commands in a specific window when configuring an action.

Deja un comentario